Files
Odoo-Modules/fusion_accounting/fusion_accounting_ai/graphify-out/cache/73885f62de53cc3912757560573602291950133f9bef2e3009a1073c992fb4df.json
gsinghpal 9ebf89bde2 changes
2026-05-16 13:18:52 -04:00

1 line
34 KiB
JSON

{"nodes": [{"id": "users_gurpreet_github_odoo_modules_fusion_accounting_ai_services_tools_accounts_payable_py", "label": "accounts_payable.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/tools/accounts_payable.py", "source_location": "L1"}, {"id": "accounts_payable_get_ap_aging", "label": "get_ap_aging()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/tools/accounts_payable.py", "source_location": "L8"}, {"id": "accounts_payable_find_duplicate_bills", "label": "find_duplicate_bills()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/tools/accounts_payable.py", "source_location": "L15"}, {"id": "accounts_payable_match_bill_to_po", "label": "match_bill_to_po()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/tools/accounts_payable.py", "source_location": "L42"}, {"id": "accounts_payable_get_unpaid_bills", "label": "get_unpaid_bills()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/tools/accounts_payable.py", "source_location": "L61"}, {"id": "accounts_payable_verify_bill_taxes", "label": "verify_bill_taxes()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/tools/accounts_payable.py", "source_location": "L84"}, {"id": "accounts_payable_get_payment_schedule", "label": "get_payment_schedule()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/tools/accounts_payable.py", "source_location": "L99"}, {"id": "accounts_payable_search_partners", "label": "search_partners()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/tools/accounts_payable.py", "source_location": "L121"}, {"id": "accounts_payable_find_similar_bank_lines", "label": "find_similar_bank_lines()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/tools/accounts_payable.py", "source_location": "L144"}, {"id": "accounts_payable_create_vendor_bill", "label": "create_vendor_bill()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/tools/accounts_payable.py", "source_location": "L249"}, {"id": "accounts_payable_register_bill_payment", "label": "register_bill_payment()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/tools/accounts_payable.py", "source_location": "L301"}, {"id": "accounts_payable_rationale_9", "label": "Return AP aging buckets. Routed through FollowupAdapter for tri-mode consistency", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/tools/accounts_payable.py", "source_location": "L9"}, {"id": "accounts_payable_rationale_122", "label": "Search for partners/vendors by name keyword.", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/tools/accounts_payable.py", "source_location": "L122"}, {"id": "accounts_payable_rationale_145", "label": "Find past reconciled bank lines with similar description to suggest coding patte", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/tools/accounts_payable.py", "source_location": "L145"}, {"id": "accounts_payable_rationale_250", "label": "[Tier 3] Create a vendor bill (account.move with move_type='in_invoice'). Re", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/tools/accounts_payable.py", "source_location": "L250"}, {"id": "accounts_payable_rationale_302", "label": "[Tier 3] Register payment on a posted vendor bill and optionally reconcile to ba", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/tools/accounts_payable.py", "source_location": "L302"}], "edges": [{"source": "users_gurpreet_github_odoo_modules_fusion_accounting_ai_services_tools_accounts_payable_py", "target": "logging", "relation": "imports", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/tools/accounts_payable.py", "source_location": "L1", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_accounting_ai_services_tools_accounts_payable_py", "target": "odoo", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/tools/accounts_payable.py", "source_location": "L2", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_accounting_ai_services_tools_accounts_payable_py", "target": "datetime", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/tools/accounts_payable.py", "source_location": "L3", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_accounting_ai_services_tools_accounts_payable_py", "target": "accounts_payable_get_ap_aging", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/tools/accounts_payable.py", "source_location": "L8", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_accounting_ai_services_tools_accounts_payable_py", "target": "accounts_payable_find_duplicate_bills", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/tools/accounts_payable.py", "source_location": "L15", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_accounting_ai_services_tools_accounts_payable_py", "target": "accounts_payable_match_bill_to_po", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/tools/accounts_payable.py", "source_location": "L42", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_accounting_ai_services_tools_accounts_payable_py", "target": "accounts_payable_get_unpaid_bills", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/tools/accounts_payable.py", "source_location": "L61", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_accounting_ai_services_tools_accounts_payable_py", "target": "accounts_payable_verify_bill_taxes", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/tools/accounts_payable.py", "source_location": "L84", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_accounting_ai_services_tools_accounts_payable_py", "target": "accounts_payable_get_payment_schedule", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/tools/accounts_payable.py", "source_location": "L99", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_accounting_ai_services_tools_accounts_payable_py", "target": "accounts_payable_search_partners", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/tools/accounts_payable.py", "source_location": "L121", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_accounting_ai_services_tools_accounts_payable_py", "target": "accounts_payable_find_similar_bank_lines", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/tools/accounts_payable.py", "source_location": "L144", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_accounting_ai_services_tools_accounts_payable_py", "target": "accounts_payable_create_vendor_bill", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/tools/accounts_payable.py", "source_location": "L249", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_accounting_ai_services_tools_accounts_payable_py", "target": "accounts_payable_register_bill_payment", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/tools/accounts_payable.py", "source_location": "L301", "weight": 1.0}, {"source": "accounts_payable_rationale_9", "target": "accounts_payable_get_ap_aging", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/tools/accounts_payable.py", "source_location": "L9", "weight": 1.0}, {"source": "accounts_payable_rationale_122", "target": "accounts_payable_search_partners", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/tools/accounts_payable.py", "source_location": "L122", "weight": 1.0}, {"source": "accounts_payable_rationale_145", "target": "accounts_payable_find_similar_bank_lines", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/tools/accounts_payable.py", "source_location": "L145", "weight": 1.0}, {"source": "accounts_payable_rationale_250", "target": "accounts_payable_create_vendor_bill", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/tools/accounts_payable.py", "source_location": "L250", "weight": 1.0}, {"source": "accounts_payable_rationale_302", "target": "accounts_payable_register_bill_payment", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/tools/accounts_payable.py", "source_location": "L302", "weight": 1.0}], "raw_calls": [{"caller_nid": "accounts_payable_get_ap_aging", "callee": "get_adapter", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/tools/accounts_payable.py", "source_location": "L11"}, {"caller_nid": "accounts_payable_get_ap_aging", "callee": "aged_payables", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/tools/accounts_payable.py", "source_location": "L12"}, {"caller_nid": "accounts_payable_find_duplicate_bills", "callee": "int", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/tools/accounts_payable.py", "source_location": "L16"}, {"caller_nid": "accounts_payable_find_duplicate_bills", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/tools/accounts_payable.py", "source_location": "L16"}, {"caller_nid": "accounts_payable_find_duplicate_bills", "callee": "search", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/tools/accounts_payable.py", "source_location": "L17"}, {"caller_nid": "accounts_payable_find_duplicate_bills", "callee": "abs", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/tools/accounts_payable.py", "source_location": "L28"}, {"caller_nid": "accounts_payable_find_duplicate_bills", "callee": "abs", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/tools/accounts_payable.py", "source_location": "L29"}, {"caller_nid": "accounts_payable_find_duplicate_bills", "callee": "append", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/tools/accounts_payable.py", "source_location": "L31"}, {"caller_nid": "accounts_payable_find_duplicate_bills", "callee": "str", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/tools/accounts_payable.py", "source_location": "L32"}, {"caller_nid": "accounts_payable_find_duplicate_bills", "callee": "str", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/tools/accounts_payable.py", "source_location": "L33"}, {"caller_nid": "accounts_payable_find_duplicate_bills", "callee": "len", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/tools/accounts_payable.py", "source_location": "L39"}, {"caller_nid": "accounts_payable_match_bill_to_po", "callee": "int", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/tools/accounts_payable.py", "source_location": "L43"}, {"caller_nid": "accounts_payable_match_bill_to_po", "callee": "browse", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/tools/accounts_payable.py", "source_location": "L44"}, {"caller_nid": "accounts_payable_match_bill_to_po", "callee": "exists", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/tools/accounts_payable.py", "source_location": "L45"}, {"caller_nid": "accounts_payable_match_bill_to_po", "callee": "append", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/tools/accounts_payable.py", "source_location": "L50"}, {"caller_nid": "accounts_payable_match_bill_to_po", "callee": "abs", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/tools/accounts_payable.py", "source_location": "L56"}, {"caller_nid": "accounts_payable_match_bill_to_po", "callee": "len", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/tools/accounts_payable.py", "source_location": "L58"}, {"caller_nid": "accounts_payable_match_bill_to_po", "callee": "len", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/tools/accounts_payable.py", "source_location": "L58"}, {"caller_nid": "accounts_payable_get_unpaid_bills", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/tools/accounts_payable.py", "source_location": "L68"}, {"caller_nid": "accounts_payable_get_unpaid_bills", "callee": "append", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/tools/accounts_payable.py", "source_location": "L69"}, {"caller_nid": "accounts_payable_get_unpaid_bills", "callee": "int", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/tools/accounts_payable.py", "source_location": "L69"}, {"caller_nid": "accounts_payable_get_unpaid_bills", "callee": "search", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/tools/accounts_payable.py", "source_location": "L70"}, {"caller_nid": "accounts_payable_get_unpaid_bills", "callee": "int", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/tools/accounts_payable.py", "source_location": "L70"}, {"caller_nid": "accounts_payable_get_unpaid_bills", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/tools/accounts_payable.py", "source_location": "L70"}, {"caller_nid": "accounts_payable_get_unpaid_bills", "callee": "len", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/tools/accounts_payable.py", "source_location": "L72"}, {"caller_nid": "accounts_payable_get_unpaid_bills", "callee": "sum", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/tools/accounts_payable.py", "source_location": "L73"}, {"caller_nid": "accounts_payable_get_unpaid_bills", "callee": "str", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/tools/accounts_payable.py", "source_location": "L79"}, {"caller_nid": "accounts_payable_verify_bill_taxes", "callee": "int", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/tools/accounts_payable.py", "source_location": "L85"}, {"caller_nid": "accounts_payable_verify_bill_taxes", "callee": "browse", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/tools/accounts_payable.py", "source_location": "L86"}, {"caller_nid": "accounts_payable_verify_bill_taxes", "callee": "exists", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/tools/accounts_payable.py", "source_location": "L87"}, {"caller_nid": "accounts_payable_verify_bill_taxes", "callee": "append", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/tools/accounts_payable.py", "source_location": "L92"}, {"caller_nid": "accounts_payable_verify_bill_taxes", "callee": "len", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/tools/accounts_payable.py", "source_location": "L96"}, {"caller_nid": "accounts_payable_get_payment_schedule", "callee": "int", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/tools/accounts_payable.py", "source_location": "L100"}, {"caller_nid": "accounts_payable_get_payment_schedule", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/tools/accounts_payable.py", "source_location": "L100"}, {"caller_nid": "accounts_payable_get_payment_schedule", "callee": "today", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/tools/accounts_payable.py", "source_location": "L101"}, {"caller_nid": "accounts_payable_get_payment_schedule", "callee": "timedelta", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/tools/accounts_payable.py", "source_location": "L101"}, {"caller_nid": "accounts_payable_get_payment_schedule", "callee": "search", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/tools/accounts_payable.py", "source_location": "L102"}, {"caller_nid": "accounts_payable_get_payment_schedule", "callee": "sum", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/tools/accounts_payable.py", "source_location": "L111"}, {"caller_nid": "accounts_payable_get_payment_schedule", "callee": "str", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/tools/accounts_payable.py", "source_location": "L116"}, {"caller_nid": "accounts_payable_search_partners", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/tools/accounts_payable.py", "source_location": "L123"}, {"caller_nid": "accounts_payable_search_partners", "callee": "len", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/tools/accounts_payable.py", "source_location": "L124"}, {"caller_nid": "accounts_payable_search_partners", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/tools/accounts_payable.py", "source_location": "L127"}, {"caller_nid": "accounts_payable_search_partners", "callee": "append", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/tools/accounts_payable.py", "source_location": "L128"}, {"caller_nid": "accounts_payable_search_partners", "callee": "search", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/tools/accounts_payable.py", "source_location": "L129"}, {"caller_nid": "accounts_payable_search_partners", "callee": "int", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/tools/accounts_payable.py", "source_location": "L129"}, {"caller_nid": "accounts_payable_search_partners", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/tools/accounts_payable.py", "source_location": "L129"}, {"caller_nid": "accounts_payable_search_partners", "callee": "len", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/tools/accounts_payable.py", "source_location": "L131"}, {"caller_nid": "accounts_payable_find_similar_bank_lines", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/tools/accounts_payable.py", "source_location": "L147"}, {"caller_nid": "accounts_payable_find_similar_bank_lines", "callee": "len", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/tools/accounts_payable.py", "source_location": "L148"}, {"caller_nid": "accounts_payable_find_similar_bank_lines", "callee": "search", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/tools/accounts_payable.py", "source_location": "L151"}, {"caller_nid": "accounts_payable_find_similar_bank_lines", "callee": "int", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/tools/accounts_payable.py", "source_location": "L155"}, {"caller_nid": "accounts_payable_find_similar_bank_lines", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/tools/accounts_payable.py", "source_location": "L155"}, {"caller_nid": "accounts_payable_find_similar_bank_lines", "callee": "bool", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/tools/accounts_payable.py", "source_location": "L168"}, {"caller_nid": "accounts_payable_find_similar_bank_lines", "callee": "sum", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/tools/accounts_payable.py", "source_location": "L169"}, {"caller_nid": "accounts_payable_find_similar_bank_lines", "callee": "append", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/tools/accounts_payable.py", "source_location": "L173"}, {"caller_nid": "accounts_payable_find_similar_bank_lines", "callee": "str", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/tools/accounts_payable.py", "source_location": "L175"}, {"caller_nid": "accounts_payable_find_similar_bank_lines", "callee": "len", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/tools/accounts_payable.py", "source_location": "L188"}, {"caller_nid": "accounts_payable_find_similar_bank_lines", "callee": "int", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/tools/accounts_payable.py", "source_location": "L194"}, {"caller_nid": "accounts_payable_find_similar_bank_lines", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/tools/accounts_payable.py", "source_location": "L194"}, {"caller_nid": "accounts_payable_find_similar_bank_lines", "callee": "search", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/tools/accounts_payable.py", "source_location": "L196"}, {"caller_nid": "accounts_payable_find_similar_bank_lines", "callee": "search", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/tools/accounts_payable.py", "source_location": "L217"}, {"caller_nid": "accounts_payable_find_similar_bank_lines", "callee": "len", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/tools/accounts_payable.py", "source_location": "L221"}, {"caller_nid": "accounts_payable_find_similar_bank_lines", "callee": "append", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/tools/accounts_payable.py", "source_location": "L229"}, {"caller_nid": "accounts_payable_find_similar_bank_lines", "callee": "round", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/tools/accounts_payable.py", "source_location": "L229"}, {"caller_nid": "accounts_payable_find_similar_bank_lines", "callee": "round", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/tools/accounts_payable.py", "source_location": "L233"}, {"caller_nid": "accounts_payable_find_similar_bank_lines", "callee": "sum", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/tools/accounts_payable.py", "source_location": "L233"}, {"caller_nid": "accounts_payable_find_similar_bank_lines", "callee": "len", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/tools/accounts_payable.py", "source_location": "L233"}, {"caller_nid": "accounts_payable_create_vendor_bill", "callee": "int", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/tools/accounts_payable.py", "source_location": "L252"}, {"caller_nid": "accounts_payable_create_vendor_bill", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/tools/accounts_payable.py", "source_location": "L253"}, {"caller_nid": "accounts_payable_create_vendor_bill", "callee": "str", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/tools/accounts_payable.py", "source_location": "L253"}, {"caller_nid": "accounts_payable_create_vendor_bill", "callee": "today", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/tools/accounts_payable.py", "source_location": "L253"}, {"caller_nid": "accounts_payable_create_vendor_bill", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/tools/accounts_payable.py", "source_location": "L254"}, {"caller_nid": "accounts_payable_create_vendor_bill", "callee": "browse", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/tools/accounts_payable.py", "source_location": "L258"}, {"caller_nid": "accounts_payable_create_vendor_bill", "callee": "exists", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/tools/accounts_payable.py", "source_location": "L259"}, {"caller_nid": "accounts_payable_create_vendor_bill", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/tools/accounts_payable.py", "source_location": "L265"}, {"caller_nid": "accounts_payable_create_vendor_bill", "callee": "float", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/tools/accounts_payable.py", "source_location": "L266"}, {"caller_nid": "accounts_payable_create_vendor_bill", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/tools/accounts_payable.py", "source_location": "L266"}, {"caller_nid": "accounts_payable_create_vendor_bill", "callee": "float", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/tools/accounts_payable.py", "source_location": "L267"}, {"caller_nid": "accounts_payable_create_vendor_bill", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/tools/accounts_payable.py", "source_location": "L267"}, {"caller_nid": "accounts_payable_create_vendor_bill", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/tools/accounts_payable.py", "source_location": "L269"}, {"caller_nid": "accounts_payable_create_vendor_bill", "callee": "int", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/tools/accounts_payable.py", "source_location": "L270"}, {"caller_nid": "accounts_payable_create_vendor_bill", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/tools/accounts_payable.py", "source_location": "L271"}, {"caller_nid": "accounts_payable_create_vendor_bill", "callee": "int", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/tools/accounts_payable.py", "source_location": "L272"}, {"caller_nid": "accounts_payable_create_vendor_bill", "callee": "append", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/tools/accounts_payable.py", "source_location": "L273"}, {"caller_nid": "accounts_payable_create_vendor_bill", "callee": "create", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/tools/accounts_payable.py", "source_location": "L276"}, {"caller_nid": "accounts_payable_create_vendor_bill", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/tools/accounts_payable.py", "source_location": "L285"}, {"caller_nid": "accounts_payable_create_vendor_bill", "callee": "action_post", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/tools/accounts_payable.py", "source_location": "L286"}, {"caller_nid": "accounts_payable_create_vendor_bill", "callee": "error", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/tools/accounts_payable.py", "source_location": "L297"}, {"caller_nid": "accounts_payable_create_vendor_bill", "callee": "str", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/tools/accounts_payable.py", "source_location": "L298"}, {"caller_nid": "accounts_payable_register_bill_payment", "callee": "int", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/tools/accounts_payable.py", "source_location": "L304"}, {"caller_nid": "accounts_payable_register_bill_payment", "callee": "int", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/tools/accounts_payable.py", "source_location": "L305"}, {"caller_nid": "accounts_payable_register_bill_payment", "callee": "browse", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/tools/accounts_payable.py", "source_location": "L306"}, {"caller_nid": "accounts_payable_register_bill_payment", "callee": "exists", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/tools/accounts_payable.py", "source_location": "L307"}, {"caller_nid": "accounts_payable_register_bill_payment", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/tools/accounts_payable.py", "source_location": "L310"}, {"caller_nid": "accounts_payable_register_bill_payment", "callee": "str", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/tools/accounts_payable.py", "source_location": "L310"}, {"caller_nid": "accounts_payable_register_bill_payment", "callee": "today", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/tools/accounts_payable.py", "source_location": "L310"}, {"caller_nid": "accounts_payable_register_bill_payment", "callee": "create", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/tools/accounts_payable.py", "source_location": "L318"}, {"caller_nid": "accounts_payable_register_bill_payment", "callee": "with_context", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/tools/accounts_payable.py", "source_location": "L318"}, {"caller_nid": "accounts_payable_register_bill_payment", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/tools/accounts_payable.py", "source_location": "L323"}, {"caller_nid": "accounts_payable_register_bill_payment", "callee": "float", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/tools/accounts_payable.py", "source_location": "L324"}, {"caller_nid": "accounts_payable_register_bill_payment", "callee": "action_create_payments", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/tools/accounts_payable.py", "source_location": "L326"}, {"caller_nid": "accounts_payable_register_bill_payment", "callee": "isinstance", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/tools/accounts_payable.py", "source_location": "L330"}, {"caller_nid": "accounts_payable_register_bill_payment", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/tools/accounts_payable.py", "source_location": "L330"}, {"caller_nid": "accounts_payable_register_bill_payment", "callee": "browse", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/tools/accounts_payable.py", "source_location": "L331"}, {"caller_nid": "accounts_payable_register_bill_payment", "callee": "isinstance", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/tools/accounts_payable.py", "source_location": "L332"}, {"caller_nid": "accounts_payable_register_bill_payment", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/tools/accounts_payable.py", "source_location": "L332"}, {"caller_nid": "accounts_payable_register_bill_payment", "callee": "search", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/tools/accounts_payable.py", "source_location": "L333"}, {"caller_nid": "accounts_payable_register_bill_payment", "callee": "search", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/tools/accounts_payable.py", "source_location": "L336"}, {"caller_nid": "accounts_payable_register_bill_payment", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/tools/accounts_payable.py", "source_location": "L351"}, {"caller_nid": "accounts_payable_register_bill_payment", "callee": "browse", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/tools/accounts_payable.py", "source_location": "L353"}, {"caller_nid": "accounts_payable_register_bill_payment", "callee": "int", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/tools/accounts_payable.py", "source_location": "L353"}, {"caller_nid": "accounts_payable_register_bill_payment", "callee": "exists", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/tools/accounts_payable.py", "source_location": "L354"}, {"caller_nid": "accounts_payable_register_bill_payment", "callee": "filtered", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/tools/accounts_payable.py", "source_location": "L356"}, {"caller_nid": "accounts_payable_register_bill_payment", "callee": "set_line_bank_statement_line", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/tools/accounts_payable.py", "source_location": "L360"}, {"caller_nid": "accounts_payable_register_bill_payment", "callee": "warning", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/tools/accounts_payable.py", "source_location": "L364"}, {"caller_nid": "accounts_payable_register_bill_payment", "callee": "str", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/tools/accounts_payable.py", "source_location": "L365"}, {"caller_nid": "accounts_payable_register_bill_payment", "callee": "error", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/tools/accounts_payable.py", "source_location": "L369"}, {"caller_nid": "accounts_payable_register_bill_payment", "callee": "str", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/tools/accounts_payable.py", "source_location": "L370"}]}