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

1 line
7.2 KiB
JSON

{"nodes": [{"id": "users_gurpreet_github_odoo_modules_fusion_claims_wizard_account_payment_register_py", "label": "account_payment_register.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/wizard/account_payment_register.py", "source_location": "L1"}, {"id": "account_payment_register_accountpaymentregister", "label": "AccountPaymentRegister", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/wizard/account_payment_register.py", "source_location": "L10"}, {"id": "account_payment_register_compute_is_card_payment", "label": "_compute_is_card_payment()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/wizard/account_payment_register.py", "source_location": "L31"}, {"id": "account_payment_register_accountpaymentregister_action_create_payments", "label": ".action_create_payments()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/wizard/account_payment_register.py", "source_location": "L50"}, {"id": "account_payment_register_accountpaymentregister_create_payment_vals_from_wizard", "label": "._create_payment_vals_from_wizard()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/wizard/account_payment_register.py", "source_location": "L69"}, {"id": "account_payment_register_rationale_32", "label": "Check if the selected payment method requires card digits. Uses", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/wizard/account_payment_register.py", "source_location": "L32"}, {"id": "account_payment_register_rationale_51", "label": "Override to validate card number is entered for card payments.", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/wizard/account_payment_register.py", "source_location": "L51"}, {"id": "account_payment_register_rationale_70", "label": "Override to add card info to payment values.", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/wizard/account_payment_register.py", "source_location": "L70"}], "edges": [{"source": "users_gurpreet_github_odoo_modules_fusion_claims_wizard_account_payment_register_py", "target": "odoo", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/wizard/account_payment_register.py", "source_location": "L6", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_claims_wizard_account_payment_register_py", "target": "odoo_exceptions", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/wizard/account_payment_register.py", "source_location": "L7", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_claims_wizard_account_payment_register_py", "target": "account_payment_register_accountpaymentregister", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/wizard/account_payment_register.py", "source_location": "L10", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_claims_wizard_account_payment_register_py", "target": "account_payment_register_compute_is_card_payment", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/wizard/account_payment_register.py", "source_location": "L31", "weight": 1.0}, {"source": "account_payment_register_accountpaymentregister", "target": "account_payment_register_accountpaymentregister_action_create_payments", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/wizard/account_payment_register.py", "source_location": "L50", "weight": 1.0}, {"source": "account_payment_register_accountpaymentregister", "target": "account_payment_register_accountpaymentregister_create_payment_vals_from_wizard", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/wizard/account_payment_register.py", "source_location": "L69", "weight": 1.0}, {"source": "account_payment_register_rationale_32", "target": "account_payment_register_accountpaymentregister_compute_is_card_payment", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/wizard/account_payment_register.py", "source_location": "L32", "weight": 1.0}, {"source": "account_payment_register_rationale_51", "target": "account_payment_register_accountpaymentregister_action_create_payments", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/wizard/account_payment_register.py", "source_location": "L51", "weight": 1.0}, {"source": "account_payment_register_rationale_70", "target": "account_payment_register_accountpaymentregister_create_payment_vals_from_wizard", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/wizard/account_payment_register.py", "source_location": "L70", "weight": 1.0}], "raw_calls": [{"caller_nid": "account_payment_register_compute_is_card_payment", "callee": "hasattr", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/wizard/account_payment_register.py", "source_location": "L42"}, {"caller_nid": "account_payment_register_compute_is_card_payment", "callee": "lower", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/wizard/account_payment_register.py", "source_location": "L45"}, {"caller_nid": "account_payment_register_compute_is_card_payment", "callee": "any", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/wizard/account_payment_register.py", "source_location": "L46"}, {"caller_nid": "account_payment_register_accountpaymentregister_action_create_payments", "callee": "UserError", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/wizard/account_payment_register.py", "source_location": "L54"}, {"caller_nid": "account_payment_register_accountpaymentregister_action_create_payments", "callee": "isdigit", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/wizard/account_payment_register.py", "source_location": "L61"}, {"caller_nid": "account_payment_register_accountpaymentregister_action_create_payments", "callee": "len", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/wizard/account_payment_register.py", "source_location": "L61"}, {"caller_nid": "account_payment_register_accountpaymentregister_action_create_payments", "callee": "UserError", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/wizard/account_payment_register.py", "source_location": "L62"}, {"caller_nid": "account_payment_register_accountpaymentregister_action_create_payments", "callee": "super", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/wizard/account_payment_register.py", "source_location": "L67"}, {"caller_nid": "account_payment_register_accountpaymentregister_create_payment_vals_from_wizard", "callee": "super", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_claims/wizard/account_payment_register.py", "source_location": "L71"}]}