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

1 line
49 KiB
JSON

{"nodes": [{"id": "users_gurpreet_github_odoo_modules_fusion_clover_models_payment_provider_py", "label": "payment_provider.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L1"}, {"id": "payment_provider_paymentprovider", "label": "PaymentProvider", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L17"}, {"id": "payment_provider_paymentprovider_compute_feature_support_fields", "label": "._compute_feature_support_fields()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L75"}, {"id": "payment_provider_paymentprovider_get_default_payment_method_codes", "label": "._get_default_payment_method_codes()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L86"}, {"id": "payment_provider_paymentprovider_clover_make_ecom_request", "label": "._clover_make_ecom_request()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L95"}, {"id": "payment_provider_paymentprovider_clover_make_platform_request", "label": "._clover_make_platform_request()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L164"}, {"id": "payment_provider_paymentprovider_clover_create_charge", "label": "._clover_create_charge()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L222"}, {"id": "payment_provider_paymentprovider_clover_capture_charge", "label": "._clover_capture_charge()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L254"}, {"id": "payment_provider_paymentprovider_clover_create_refund", "label": "._clover_create_refund()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L271"}, {"id": "payment_provider_paymentprovider_clover_create_credit", "label": "._clover_create_credit()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L292"}, {"id": "payment_provider_paymentprovider_clover_get_charge", "label": "._clover_get_charge()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L318"}, {"id": "payment_provider_paymentprovider_clover_verify_charge_not_reversed", "label": "._clover_verify_charge_not_reversed()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L328"}, {"id": "payment_provider_paymentprovider_clover_get_inline_form_values", "label": "._clover_get_inline_form_values()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L349"}, {"id": "payment_provider_paymentprovider_clover_terminal_request", "label": "._clover_terminal_request()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L413"}, {"id": "payment_provider_paymentprovider_clover_get_merchant_devices", "label": "._clover_get_merchant_devices()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L488"}, {"id": "payment_provider_paymentprovider_action_sync_terminals", "label": ".action_sync_terminals()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L508"}, {"id": "payment_provider_paymentprovider_action_clover_test_connection", "label": ".action_clover_test_connection()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L567"}, {"id": "payment_provider_paymentprovider_clover_notification", "label": "._clover_notification()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L598"}, {"id": "payment_provider_rationale_76", "label": "Override of `payment` to enable additional features.", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L76"}, {"id": "payment_provider_rationale_87", "label": "Override of `payment` to return the default payment method codes.", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L87"}, {"id": "payment_provider_rationale_96", "label": "Make an authenticated API request to the Clover Ecommerce API. :param s", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L96"}, {"id": "payment_provider_rationale_165", "label": "Make an authenticated request to the Clover Platform API. :param str me", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L165"}, {"id": "payment_provider_rationale_226", "label": "Create a charge via the Clover Ecommerce API. :param str source_token:", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L226"}, {"id": "payment_provider_rationale_255", "label": "Capture a previously authorized charge. :param str charge_id: The Clove", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L255"}, {"id": "payment_provider_rationale_272", "label": "Create a refund via the Clover Ecommerce API. :param str charge_id: The", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L272"}, {"id": "payment_provider_rationale_293", "label": "Issue a non-referenced credit (manual refund) via Clover Ecommerce API.", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L293"}, {"id": "payment_provider_rationale_319", "label": "Fetch a charge from the Clover Ecommerce API. :param str charge_id: The", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L319"}, {"id": "payment_provider_rationale_329", "label": "Check that a charge has not already been fully refunded or voided. :par", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L329"}, {"id": "payment_provider_rationale_351", "label": "Return serialized JSON of values needed for the inline payment form. :p", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L351"}, {"id": "payment_provider_rationale_415", "label": "Make a request to the Clover REST Pay Display Cloud API. Sends commands", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L415"}, {"id": "payment_provider_rationale_489", "label": "Fetch all devices provisioned to the merchant from the Platform API. :r", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L489"}, {"id": "payment_provider_rationale_509", "label": "Sync terminals from the Clover Platform API.", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L509"}, {"id": "payment_provider_rationale_568", "label": "Test the connection to Clover by fetching merchant info. :return: A not", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L568"}, {"id": "payment_provider_rationale_599", "label": "Return a display_notification action.", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L599"}], "edges": [{"source": "users_gurpreet_github_odoo_modules_fusion_clover_models_payment_provider_py", "target": "json", "relation": "imports", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L3", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_clover_models_payment_provider_py", "target": "logging", "relation": "imports", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L4", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_clover_models_payment_provider_py", "target": "requests", "relation": "imports", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L6", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_clover_models_payment_provider_py", "target": "odoo", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L8", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_clover_models_payment_provider_py", "target": "odoo_exceptions", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L9", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_clover_models_payment_provider_py", "target": "odoo_addons_fusion_clover", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L11", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_clover_models_payment_provider_py", "target": "odoo_addons_fusion_clover", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L12", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_clover_models_payment_provider_py", "target": "payment_provider_paymentprovider", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L17", "weight": 1.0}, {"source": "payment_provider_paymentprovider", "target": "payment_provider_paymentprovider_compute_feature_support_fields", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L75", "weight": 1.0}, {"source": "payment_provider_paymentprovider", "target": "payment_provider_paymentprovider_get_default_payment_method_codes", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L86", "weight": 1.0}, {"source": "payment_provider_paymentprovider", "target": "payment_provider_paymentprovider_clover_make_ecom_request", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L95", "weight": 1.0}, {"source": "payment_provider_paymentprovider", "target": "payment_provider_paymentprovider_clover_make_platform_request", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L164", "weight": 1.0}, {"source": "payment_provider_paymentprovider", "target": "payment_provider_paymentprovider_clover_create_charge", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L222", "weight": 1.0}, {"source": "payment_provider_paymentprovider", "target": "payment_provider_paymentprovider_clover_capture_charge", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L254", "weight": 1.0}, {"source": "payment_provider_paymentprovider", "target": "payment_provider_paymentprovider_clover_create_refund", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L271", "weight": 1.0}, {"source": "payment_provider_paymentprovider", "target": "payment_provider_paymentprovider_clover_create_credit", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L292", "weight": 1.0}, {"source": "payment_provider_paymentprovider", "target": "payment_provider_paymentprovider_clover_get_charge", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L318", "weight": 1.0}, {"source": "payment_provider_paymentprovider", "target": "payment_provider_paymentprovider_clover_verify_charge_not_reversed", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L328", "weight": 1.0}, {"source": "payment_provider_paymentprovider", "target": "payment_provider_paymentprovider_clover_get_inline_form_values", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L349", "weight": 1.0}, {"source": "payment_provider_paymentprovider", "target": "payment_provider_paymentprovider_clover_terminal_request", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L413", "weight": 1.0}, {"source": "payment_provider_paymentprovider", "target": "payment_provider_paymentprovider_clover_get_merchant_devices", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L488", "weight": 1.0}, {"source": "payment_provider_paymentprovider", "target": "payment_provider_paymentprovider_action_sync_terminals", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L508", "weight": 1.0}, {"source": "payment_provider_paymentprovider", "target": "payment_provider_paymentprovider_action_clover_test_connection", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L567", "weight": 1.0}, {"source": "payment_provider_paymentprovider", "target": "payment_provider_paymentprovider_clover_notification", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L598", "weight": 1.0}, {"source": "payment_provider_paymentprovider_clover_create_charge", "target": "payment_provider_paymentprovider_clover_make_ecom_request", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L252", "weight": 1.0}, {"source": "payment_provider_paymentprovider_clover_capture_charge", "target": "payment_provider_paymentprovider_clover_make_ecom_request", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L267", "weight": 1.0}, {"source": "payment_provider_paymentprovider_clover_create_refund", "target": "payment_provider_paymentprovider_clover_make_ecom_request", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L288", "weight": 1.0}, {"source": "payment_provider_paymentprovider_clover_create_credit", "target": "payment_provider_paymentprovider_clover_make_ecom_request", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L314", "weight": 1.0}, {"source": "payment_provider_paymentprovider_clover_get_charge", "target": "payment_provider_paymentprovider_clover_make_ecom_request", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L326", "weight": 1.0}, {"source": "payment_provider_paymentprovider_clover_verify_charge_not_reversed", "target": "payment_provider_paymentprovider_clover_get_charge", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L337", "weight": 1.0}, {"source": "payment_provider_paymentprovider_clover_get_merchant_devices", "target": "payment_provider_paymentprovider_clover_make_platform_request", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L495", "weight": 1.0}, {"source": "payment_provider_paymentprovider_action_sync_terminals", "target": "payment_provider_paymentprovider_clover_get_merchant_devices", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L515", "weight": 1.0}, {"source": "payment_provider_paymentprovider_action_sync_terminals", "target": "payment_provider_paymentprovider_clover_notification", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L517", "weight": 1.0}, {"source": "payment_provider_paymentprovider_action_clover_test_connection", "target": "payment_provider_paymentprovider_clover_make_platform_request", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L576", "weight": 1.0}, {"source": "payment_provider_rationale_76", "target": "payment_provider_paymentprovider_compute_feature_support_fields", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L76", "weight": 1.0}, {"source": "payment_provider_rationale_87", "target": "payment_provider_paymentprovider_get_default_payment_method_codes", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L87", "weight": 1.0}, {"source": "payment_provider_rationale_96", "target": "payment_provider_paymentprovider_clover_make_ecom_request", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L96", "weight": 1.0}, {"source": "payment_provider_rationale_165", "target": "payment_provider_paymentprovider_clover_make_platform_request", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L165", "weight": 1.0}, {"source": "payment_provider_rationale_226", "target": "payment_provider_paymentprovider_clover_create_charge", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L226", "weight": 1.0}, {"source": "payment_provider_rationale_255", "target": "payment_provider_paymentprovider_clover_capture_charge", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L255", "weight": 1.0}, {"source": "payment_provider_rationale_272", "target": "payment_provider_paymentprovider_clover_create_refund", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L272", "weight": 1.0}, {"source": "payment_provider_rationale_293", "target": "payment_provider_paymentprovider_clover_create_credit", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L293", "weight": 1.0}, {"source": "payment_provider_rationale_319", "target": "payment_provider_paymentprovider_clover_get_charge", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L319", "weight": 1.0}, {"source": "payment_provider_rationale_329", "target": "payment_provider_paymentprovider_clover_verify_charge_not_reversed", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L329", "weight": 1.0}, {"source": "payment_provider_rationale_351", "target": "payment_provider_paymentprovider_clover_get_inline_form_values", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L351", "weight": 1.0}, {"source": "payment_provider_rationale_415", "target": "payment_provider_paymentprovider_clover_terminal_request", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L415", "weight": 1.0}, {"source": "payment_provider_rationale_489", "target": "payment_provider_paymentprovider_clover_get_merchant_devices", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L489", "weight": 1.0}, {"source": "payment_provider_rationale_509", "target": "payment_provider_paymentprovider_action_sync_terminals", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L509", "weight": 1.0}, {"source": "payment_provider_rationale_568", "target": "payment_provider_paymentprovider_action_clover_test_connection", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L568", "weight": 1.0}, {"source": "payment_provider_rationale_599", "target": "payment_provider_paymentprovider_clover_notification", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L599", "weight": 1.0}], "raw_calls": [{"caller_nid": "payment_provider_paymentprovider_compute_feature_support_fields", "callee": "super", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L77"}, {"caller_nid": "payment_provider_paymentprovider_compute_feature_support_fields", "callee": "update", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L78"}, {"caller_nid": "payment_provider_paymentprovider_compute_feature_support_fields", "callee": "filtered", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L78"}, {"caller_nid": "payment_provider_paymentprovider_get_default_payment_method_codes", "callee": "ensure_one", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L88"}, {"caller_nid": "payment_provider_paymentprovider_get_default_payment_method_codes", "callee": "super", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L90"}, {"caller_nid": "payment_provider_paymentprovider_clover_make_ecom_request", "callee": "ensure_one", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L106"}, {"caller_nid": "payment_provider_paymentprovider_clover_make_ecom_request", "callee": "build_ecom_url", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L109"}, {"caller_nid": "payment_provider_paymentprovider_clover_make_ecom_request", "callee": "generate_idempotency_key", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L111"}, {"caller_nid": "payment_provider_paymentprovider_clover_make_ecom_request", "callee": "build_ecom_headers", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L112"}, {"caller_nid": "payment_provider_paymentprovider_clover_make_ecom_request", "callee": "info", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L116"}, {"caller_nid": "payment_provider_paymentprovider_clover_make_ecom_request", "callee": "request", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L122"}, {"caller_nid": "payment_provider_paymentprovider_clover_make_ecom_request", "callee": "error", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L131"}, {"caller_nid": "payment_provider_paymentprovider_clover_make_ecom_request", "callee": "ValidationError", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L132"}, {"caller_nid": "payment_provider_paymentprovider_clover_make_ecom_request", "callee": "_", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L132"}, {"caller_nid": "payment_provider_paymentprovider_clover_make_ecom_request", "callee": "json", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L138"}, {"caller_nid": "payment_provider_paymentprovider_clover_make_ecom_request", "callee": "error", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L142"}, {"caller_nid": "payment_provider_paymentprovider_clover_make_ecom_request", "callee": "ValidationError", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L143"}, {"caller_nid": "payment_provider_paymentprovider_clover_make_ecom_request", "callee": "_", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L143"}, {"caller_nid": "payment_provider_paymentprovider_clover_make_ecom_request", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L146"}, {"caller_nid": "payment_provider_paymentprovider_clover_make_ecom_request", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L147"}, {"caller_nid": "payment_provider_paymentprovider_clover_make_ecom_request", "callee": "isinstance", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L147"}, {"caller_nid": "payment_provider_paymentprovider_clover_make_ecom_request", "callee": "str", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L147"}, {"caller_nid": "payment_provider_paymentprovider_clover_make_ecom_request", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L148"}, {"caller_nid": "payment_provider_paymentprovider_clover_make_ecom_request", "callee": "isinstance", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L148"}, {"caller_nid": "payment_provider_paymentprovider_clover_make_ecom_request", "callee": "error", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L149"}, {"caller_nid": "payment_provider_paymentprovider_clover_make_ecom_request", "callee": "dumps", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L154"}, {"caller_nid": "payment_provider_paymentprovider_clover_make_ecom_request", "callee": "ValidationError", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L157"}, {"caller_nid": "payment_provider_paymentprovider_clover_make_ecom_request", "callee": "_", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L158"}, {"caller_nid": "payment_provider_paymentprovider_clover_make_platform_request", "callee": "ensure_one", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L175"}, {"caller_nid": "payment_provider_paymentprovider_clover_make_platform_request", "callee": "build_platform_url", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L178"}, {"caller_nid": "payment_provider_paymentprovider_clover_make_platform_request", "callee": "build_ecom_headers", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L184"}, {"caller_nid": "payment_provider_paymentprovider_clover_make_platform_request", "callee": "info", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L186"}, {"caller_nid": "payment_provider_paymentprovider_clover_make_platform_request", "callee": "request", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L189"}, {"caller_nid": "payment_provider_paymentprovider_clover_make_platform_request", "callee": "error", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L198"}, {"caller_nid": "payment_provider_paymentprovider_clover_make_platform_request", "callee": "ValidationError", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L199"}, {"caller_nid": "payment_provider_paymentprovider_clover_make_platform_request", "callee": "_", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L199"}, {"caller_nid": "payment_provider_paymentprovider_clover_make_platform_request", "callee": "json", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L205"}, {"caller_nid": "payment_provider_paymentprovider_clover_make_platform_request", "callee": "ValidationError", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L209"}, {"caller_nid": "payment_provider_paymentprovider_clover_make_platform_request", "callee": "_", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L209"}, {"caller_nid": "payment_provider_paymentprovider_clover_make_platform_request", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L212"}, {"caller_nid": "payment_provider_paymentprovider_clover_make_platform_request", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L212"}, {"caller_nid": "payment_provider_paymentprovider_clover_make_platform_request", "callee": "ValidationError", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L213"}, {"caller_nid": "payment_provider_paymentprovider_clover_make_platform_request", "callee": "_", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L214"}, {"caller_nid": "payment_provider_paymentprovider_clover_create_charge", "callee": "ensure_one", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L240"}, {"caller_nid": "payment_provider_paymentprovider_clover_create_charge", "callee": "build_charge_payload", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L241"}, {"caller_nid": "payment_provider_paymentprovider_clover_capture_charge", "callee": "ensure_one", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L263"}, {"caller_nid": "payment_provider_paymentprovider_clover_capture_charge", "callee": "format_clover_amount", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L266"}, {"caller_nid": "payment_provider_paymentprovider_clover_create_refund", "callee": "ensure_one", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L281"}, {"caller_nid": "payment_provider_paymentprovider_clover_create_refund", "callee": "build_refund_payload", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L282"}, {"caller_nid": "payment_provider_paymentprovider_clover_create_credit", "callee": "ensure_one", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L306"}, {"caller_nid": "payment_provider_paymentprovider_clover_create_credit", "callee": "format_clover_amount", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L307"}, {"caller_nid": "payment_provider_paymentprovider_clover_create_credit", "callee": "lower", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L310"}, {"caller_nid": "payment_provider_paymentprovider_clover_get_charge", "callee": "ensure_one", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L325"}, {"caller_nid": "payment_provider_paymentprovider_clover_verify_charge_not_reversed", "callee": "ensure_one", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L336"}, {"caller_nid": "payment_provider_paymentprovider_clover_verify_charge_not_reversed", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L338"}, {"caller_nid": "payment_provider_paymentprovider_clover_verify_charge_not_reversed", "callee": "UserError", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L340"}, {"caller_nid": "payment_provider_paymentprovider_clover_verify_charge_not_reversed", "callee": "_", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L340"}, {"caller_nid": "payment_provider_paymentprovider_clover_get_inline_form_values", "callee": "ensure_one", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L361"}, {"caller_nid": "payment_provider_paymentprovider_clover_get_inline_form_values", "callee": "exists", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L363"}, {"caller_nid": "payment_provider_paymentprovider_clover_get_inline_form_values", "callee": "browse", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L363"}, {"caller_nid": "payment_provider_paymentprovider_clover_get_inline_form_values", "callee": "format_clover_amount", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L364"}, {"caller_nid": "payment_provider_paymentprovider_clover_get_inline_form_values", "callee": "_is_tokenization_required", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L389"}, {"caller_nid": "payment_provider_paymentprovider_clover_get_inline_form_values", "callee": "sudo", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L395"}, {"caller_nid": "payment_provider_paymentprovider_clover_get_inline_form_values", "callee": "get_param", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L396"}, {"caller_nid": "payment_provider_paymentprovider_clover_get_inline_form_values", "callee": "float", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L402"}, {"caller_nid": "payment_provider_paymentprovider_clover_get_inline_form_values", "callee": "get_param", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L402"}, {"caller_nid": "payment_provider_paymentprovider_clover_get_inline_form_values", "callee": "float", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L403"}, {"caller_nid": "payment_provider_paymentprovider_clover_get_inline_form_values", "callee": "get_param", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L403"}, {"caller_nid": "payment_provider_paymentprovider_clover_get_inline_form_values", "callee": "float", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L404"}, {"caller_nid": "payment_provider_paymentprovider_clover_get_inline_form_values", "callee": "get_param", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L404"}, {"caller_nid": "payment_provider_paymentprovider_clover_get_inline_form_values", "callee": "float", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L405"}, {"caller_nid": "payment_provider_paymentprovider_clover_get_inline_form_values", "callee": "get_param", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L405"}, {"caller_nid": "payment_provider_paymentprovider_clover_get_inline_form_values", "callee": "float", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L406"}, {"caller_nid": "payment_provider_paymentprovider_clover_get_inline_form_values", "callee": "get_param", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L406"}, {"caller_nid": "payment_provider_paymentprovider_clover_get_inline_form_values", "callee": "dumps", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L409"}, {"caller_nid": "payment_provider_paymentprovider_clover_terminal_request", "callee": "ensure_one", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L428"}, {"caller_nid": "payment_provider_paymentprovider_clover_terminal_request", "callee": "generate_idempotency_key", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L443"}, {"caller_nid": "payment_provider_paymentprovider_clover_terminal_request", "callee": "info", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L446"}, {"caller_nid": "payment_provider_paymentprovider_clover_terminal_request", "callee": "request", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L452"}, {"caller_nid": "payment_provider_paymentprovider_clover_terminal_request", "callee": "error", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L461"}, {"caller_nid": "payment_provider_paymentprovider_clover_terminal_request", "callee": "ValidationError", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L462"}, {"caller_nid": "payment_provider_paymentprovider_clover_terminal_request", "callee": "_", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L462"}, {"caller_nid": "payment_provider_paymentprovider_clover_terminal_request", "callee": "json", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L468"}, {"caller_nid": "payment_provider_paymentprovider_clover_terminal_request", "callee": "error", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L472"}, {"caller_nid": "payment_provider_paymentprovider_clover_terminal_request", "callee": "ValidationError", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L473"}, {"caller_nid": "payment_provider_paymentprovider_clover_terminal_request", "callee": "_", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L473"}, {"caller_nid": "payment_provider_paymentprovider_clover_terminal_request", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L476"}, {"caller_nid": "payment_provider_paymentprovider_clover_terminal_request", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L476"}, {"caller_nid": "payment_provider_paymentprovider_clover_terminal_request", "callee": "error", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L477"}, {"caller_nid": "payment_provider_paymentprovider_clover_terminal_request", "callee": "ValidationError", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L481"}, {"caller_nid": "payment_provider_paymentprovider_clover_terminal_request", "callee": "_", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L482"}, {"caller_nid": "payment_provider_paymentprovider_clover_get_merchant_devices", "callee": "ensure_one", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L494"}, {"caller_nid": "payment_provider_paymentprovider_clover_get_merchant_devices", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L496"}, {"caller_nid": "payment_provider_paymentprovider_clover_get_merchant_devices", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L499"}, {"caller_nid": "payment_provider_paymentprovider_clover_get_merchant_devices", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L500"}, {"caller_nid": "payment_provider_paymentprovider_clover_get_merchant_devices", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L501"}, {"caller_nid": "payment_provider_paymentprovider_clover_get_merchant_devices", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L501"}, {"caller_nid": "payment_provider_paymentprovider_clover_get_merchant_devices", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L502"}, {"caller_nid": "payment_provider_paymentprovider_clover_get_merchant_devices", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L502"}, {"caller_nid": "payment_provider_paymentprovider_clover_get_merchant_devices", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L505"}, {"caller_nid": "payment_provider_paymentprovider_action_sync_terminals", "callee": "ensure_one", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L510"}, {"caller_nid": "payment_provider_paymentprovider_action_sync_terminals", "callee": "_", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L518"}, {"caller_nid": "payment_provider_paymentprovider_action_sync_terminals", "callee": "str", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L518"}, {"caller_nid": "payment_provider_paymentprovider_action_sync_terminals", "callee": "_", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L524"}, {"caller_nid": "payment_provider_paymentprovider_action_sync_terminals", "callee": "sudo", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L528"}, {"caller_nid": "payment_provider_paymentprovider_action_sync_terminals", "callee": "search", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L534"}, {"caller_nid": "payment_provider_paymentprovider_action_sync_terminals", "callee": "write", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L546"}, {"caller_nid": "payment_provider_paymentprovider_action_sync_terminals", "callee": "create", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L549"}, {"caller_nid": "payment_provider_paymentprovider_action_sync_terminals", "callee": "_", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L560"}, {"caller_nid": "payment_provider_paymentprovider_action_clover_test_connection", "callee": "ensure_one", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L573"}, {"caller_nid": "payment_provider_paymentprovider_action_clover_test_connection", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L577"}, {"caller_nid": "payment_provider_paymentprovider_action_clover_test_connection", "callee": "_", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L578"}, {"caller_nid": "payment_provider_paymentprovider_action_clover_test_connection", "callee": "_", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L585"}, {"caller_nid": "payment_provider_paymentprovider_action_clover_test_connection", "callee": "str", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "source_location": "L585"}]}