1 line
48 KiB
JSON
1 line
48 KiB
JSON
{"nodes": [{"id": "users_gurpreet_github_odoo_modules_fusion_poynt_models_payment_provider_py", "label": "payment_provider.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L1"}, {"id": "payment_provider_paymentprovider", "label": "PaymentProvider", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L18"}, {"id": "payment_provider_paymentprovider_compute_feature_support_fields", "label": "._compute_feature_support_fields()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L78"}, {"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_poynt/models/payment_provider.py", "source_location": "L89"}, {"id": "payment_provider_paymentprovider_poynt_get_access_token", "label": "._poynt_get_access_token()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L98"}, {"id": "payment_provider_paymentprovider_poynt_make_request", "label": "._poynt_make_request()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L167"}, {"id": "payment_provider_paymentprovider_poynt_tokenize_nonce", "label": "._poynt_tokenize_nonce()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L258"}, {"id": "payment_provider_paymentprovider_poynt_charge_token", "label": "._poynt_charge_token()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L274"}, {"id": "payment_provider_paymentprovider_poynt_get_inline_form_values", "label": "._poynt_get_inline_form_values()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L305"}, {"id": "payment_provider_paymentprovider_action_poynt_test_connection", "label": ".action_poynt_test_connection()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L369"}, {"id": "payment_provider_paymentprovider_poynt_resolve_business_id", "label": "._poynt_resolve_business_id()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L417"}, {"id": "payment_provider_paymentprovider_action_poynt_fetch_terminals", "label": ".action_poynt_fetch_terminals()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L439"}, {"id": "payment_provider_paymentprovider_poynt_fetch_receipt", "label": "._poynt_fetch_receipt()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L517"}, {"id": "payment_provider_paymentprovider_poynt_fetch_settlement_transactions", "label": "._poynt_fetch_settlement_transactions()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L581"}, {"id": "payment_provider_paymentprovider_poynt_notification", "label": "._poynt_notification()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L634"}, {"id": "payment_provider_rationale_79", "label": "Override of `payment` to enable additional features.", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L79"}, {"id": "payment_provider_rationale_90", "label": "Override of `payment` to return the default payment method codes.", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L90"}, {"id": "payment_provider_rationale_99", "label": "Obtain an OAuth2 access token from Poynt using JWT bearer grant. Caches", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L99"}, {"id": "payment_provider_rationale_169", "label": "Make an authenticated API request to the Poynt REST API. :param str met", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L169"}, {"id": "payment_provider_rationale_259", "label": "Exchange a Poynt Collect nonce for a long-lived payment token JWT. :par", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L259"}, {"id": "payment_provider_rationale_276", "label": "Charge a stored payment token JWT via the tokenize/charge endpoint. :pa", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L276"}, {"id": "payment_provider_rationale_307", "label": "Return a serialized JSON of values needed to render the inline payment form.", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L307"}, {"id": "payment_provider_rationale_370", "label": "Test the connection to Poynt by authenticating and fetching business info.", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L370"}, {"id": "payment_provider_rationale_418", "label": "Try to extract the real business UUID from the access token JWT. The Po", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L418"}, {"id": "payment_provider_rationale_440", "label": "Fetch terminal devices from Poynt and create/update local records. Uses", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L440"}, {"id": "payment_provider_rationale_518", "label": "Fetch the rendered receipt from Poynt for a given transaction. Calls GE", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L518"}, {"id": "payment_provider_rationale_582", "label": "Fetch all transactions from Poynt API for a date range. Paginates throu", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L582"}, {"id": "payment_provider_rationale_635", "label": "Return a display_notification action. :param str message: The notificat", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L635"}], "edges": [{"source": "users_gurpreet_github_odoo_modules_fusion_poynt_models_payment_provider_py", "target": "json", "relation": "imports", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L3", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_poynt_models_payment_provider_py", "target": "logging", "relation": "imports", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L4", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_poynt_models_payment_provider_py", "target": "time", "relation": "imports", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L5", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_poynt_models_payment_provider_py", "target": "requests", "relation": "imports", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L7", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_poynt_models_payment_provider_py", "target": "odoo", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L9", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_poynt_models_payment_provider_py", "target": "odoo_exceptions", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L10", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_poynt_models_payment_provider_py", "target": "odoo_addons_fusion_poynt", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L12", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_poynt_models_payment_provider_py", "target": "odoo_addons_fusion_poynt", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L13", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_poynt_models_payment_provider_py", "target": "payment_provider_paymentprovider", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L18", "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_poynt/models/payment_provider.py", "source_location": "L78", "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_poynt/models/payment_provider.py", "source_location": "L89", "weight": 1.0}, {"source": "payment_provider_paymentprovider", "target": "payment_provider_paymentprovider_poynt_get_access_token", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L98", "weight": 1.0}, {"source": "payment_provider_paymentprovider", "target": "payment_provider_paymentprovider_poynt_make_request", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L167", "weight": 1.0}, {"source": "payment_provider_paymentprovider", "target": "payment_provider_paymentprovider_poynt_tokenize_nonce", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L258", "weight": 1.0}, {"source": "payment_provider_paymentprovider", "target": "payment_provider_paymentprovider_poynt_charge_token", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L274", "weight": 1.0}, {"source": "payment_provider_paymentprovider", "target": "payment_provider_paymentprovider_poynt_get_inline_form_values", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L305", "weight": 1.0}, {"source": "payment_provider_paymentprovider", "target": "payment_provider_paymentprovider_action_poynt_test_connection", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L369", "weight": 1.0}, {"source": "payment_provider_paymentprovider", "target": "payment_provider_paymentprovider_poynt_resolve_business_id", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L417", "weight": 1.0}, {"source": "payment_provider_paymentprovider", "target": "payment_provider_paymentprovider_action_poynt_fetch_terminals", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L439", "weight": 1.0}, {"source": "payment_provider_paymentprovider", "target": "payment_provider_paymentprovider_poynt_fetch_receipt", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L517", "weight": 1.0}, {"source": "payment_provider_paymentprovider", "target": "payment_provider_paymentprovider_poynt_fetch_settlement_transactions", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L581", "weight": 1.0}, {"source": "payment_provider_paymentprovider", "target": "payment_provider_paymentprovider_poynt_notification", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L634", "weight": 1.0}, {"source": "payment_provider_paymentprovider_poynt_make_request", "target": "payment_provider_paymentprovider_poynt_get_access_token", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L183", "weight": 1.0}, {"source": "payment_provider_paymentprovider_poynt_tokenize_nonce", "target": "payment_provider_paymentprovider_poynt_make_request", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L268", "weight": 1.0}, {"source": "payment_provider_paymentprovider_poynt_charge_token", "target": "payment_provider_paymentprovider_poynt_make_request", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L297", "weight": 1.0}, {"source": "payment_provider_paymentprovider_action_poynt_test_connection", "target": "payment_provider_paymentprovider_poynt_get_access_token", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L382", "weight": 1.0}, {"source": "payment_provider_paymentprovider_action_poynt_test_connection", "target": "payment_provider_paymentprovider_poynt_resolve_business_id", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L387", "weight": 1.0}, {"source": "payment_provider_paymentprovider_action_poynt_test_connection", "target": "payment_provider_paymentprovider_poynt_make_request", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L395", "weight": 1.0}, {"source": "payment_provider_paymentprovider_action_poynt_fetch_terminals", "target": "payment_provider_paymentprovider_poynt_make_request", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L452", "weight": 1.0}, {"source": "payment_provider_paymentprovider_action_poynt_fetch_terminals", "target": "payment_provider_paymentprovider_poynt_notification", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L464", "weight": 1.0}, {"source": "payment_provider_paymentprovider_poynt_fetch_receipt", "target": "payment_provider_paymentprovider_poynt_make_request", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L553", "weight": 1.0}, {"source": "payment_provider_paymentprovider_poynt_fetch_settlement_transactions", "target": "payment_provider_paymentprovider_poynt_make_request", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L609", "weight": 1.0}, {"source": "payment_provider_rationale_79", "target": "payment_provider_paymentprovider_compute_feature_support_fields", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L79", "weight": 1.0}, {"source": "payment_provider_rationale_90", "target": "payment_provider_paymentprovider_get_default_payment_method_codes", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L90", "weight": 1.0}, {"source": "payment_provider_rationale_99", "target": "payment_provider_paymentprovider_poynt_get_access_token", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L99", "weight": 1.0}, {"source": "payment_provider_rationale_169", "target": "payment_provider_paymentprovider_poynt_make_request", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L169", "weight": 1.0}, {"source": "payment_provider_rationale_259", "target": "payment_provider_paymentprovider_poynt_tokenize_nonce", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L259", "weight": 1.0}, {"source": "payment_provider_rationale_276", "target": "payment_provider_paymentprovider_poynt_charge_token", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L276", "weight": 1.0}, {"source": "payment_provider_rationale_307", "target": "payment_provider_paymentprovider_poynt_get_inline_form_values", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L307", "weight": 1.0}, {"source": "payment_provider_rationale_370", "target": "payment_provider_paymentprovider_action_poynt_test_connection", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L370", "weight": 1.0}, {"source": "payment_provider_rationale_418", "target": "payment_provider_paymentprovider_poynt_resolve_business_id", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L418", "weight": 1.0}, {"source": "payment_provider_rationale_440", "target": "payment_provider_paymentprovider_action_poynt_fetch_terminals", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L440", "weight": 1.0}, {"source": "payment_provider_rationale_518", "target": "payment_provider_paymentprovider_poynt_fetch_receipt", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L518", "weight": 1.0}, {"source": "payment_provider_rationale_582", "target": "payment_provider_paymentprovider_poynt_fetch_settlement_transactions", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L582", "weight": 1.0}, {"source": "payment_provider_rationale_635", "target": "payment_provider_paymentprovider_poynt_notification", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L635", "weight": 1.0}], "raw_calls": [{"caller_nid": "payment_provider_paymentprovider_compute_feature_support_fields", "callee": "super", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L80"}, {"caller_nid": "payment_provider_paymentprovider_compute_feature_support_fields", "callee": "update", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L81"}, {"caller_nid": "payment_provider_paymentprovider_compute_feature_support_fields", "callee": "filtered", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L81"}, {"caller_nid": "payment_provider_paymentprovider_get_default_payment_method_codes", "callee": "ensure_one", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L91"}, {"caller_nid": "payment_provider_paymentprovider_get_default_payment_method_codes", "callee": "super", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L93"}, {"caller_nid": "payment_provider_paymentprovider_poynt_get_access_token", "callee": "ensure_one", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L107"}, {"caller_nid": "payment_provider_paymentprovider_poynt_get_access_token", "callee": "int", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L109"}, {"caller_nid": "payment_provider_paymentprovider_poynt_get_access_token", "callee": "time", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L109"}, {"caller_nid": "payment_provider_paymentprovider_poynt_get_access_token", "callee": "create_self_signed_jwt", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L113"}, {"caller_nid": "payment_provider_paymentprovider_poynt_get_access_token", "callee": "post", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L123"}, {"caller_nid": "payment_provider_paymentprovider_poynt_get_access_token", "callee": "error", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L137"}, {"caller_nid": "payment_provider_paymentprovider_poynt_get_access_token", "callee": "raise_for_status", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L141"}, {"caller_nid": "payment_provider_paymentprovider_poynt_get_access_token", "callee": "json", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L142"}, {"caller_nid": "payment_provider_paymentprovider_poynt_get_access_token", "callee": "error", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L144"}, {"caller_nid": "payment_provider_paymentprovider_poynt_get_access_token", "callee": "ValidationError", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L145"}, {"caller_nid": "payment_provider_paymentprovider_poynt_get_access_token", "callee": "_", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L146"}, {"caller_nid": "payment_provider_paymentprovider_poynt_get_access_token", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L149"}, {"caller_nid": "payment_provider_paymentprovider_poynt_get_access_token", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L150"}, {"caller_nid": "payment_provider_paymentprovider_poynt_get_access_token", "callee": "ValidationError", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L153"}, {"caller_nid": "payment_provider_paymentprovider_poynt_get_access_token", "callee": "_", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L154"}, {"caller_nid": "payment_provider_paymentprovider_poynt_get_access_token", "callee": "write", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L158"}, {"caller_nid": "payment_provider_paymentprovider_poynt_get_access_token", "callee": "sudo", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L158"}, {"caller_nid": "payment_provider_paymentprovider_poynt_make_request", "callee": "ensure_one", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L181"}, {"caller_nid": "payment_provider_paymentprovider_poynt_make_request", "callee": "build_api_url", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L189"}, {"caller_nid": "payment_provider_paymentprovider_poynt_make_request", "callee": "generate_request_id", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L196"}, {"caller_nid": "payment_provider_paymentprovider_poynt_make_request", "callee": "build_api_headers", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L197"}, {"caller_nid": "payment_provider_paymentprovider_poynt_make_request", "callee": "info", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L199"}, {"caller_nid": "payment_provider_paymentprovider_poynt_make_request", "callee": "request", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L205"}, {"caller_nid": "payment_provider_paymentprovider_poynt_make_request", "callee": "error", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L214"}, {"caller_nid": "payment_provider_paymentprovider_poynt_make_request", "callee": "ValidationError", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L215"}, {"caller_nid": "payment_provider_paymentprovider_poynt_make_request", "callee": "_", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L215"}, {"caller_nid": "payment_provider_paymentprovider_poynt_make_request", "callee": "write", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L218"}, {"caller_nid": "payment_provider_paymentprovider_poynt_make_request", "callee": "sudo", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L218"}, {"caller_nid": "payment_provider_paymentprovider_poynt_make_request", "callee": "ValidationError", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L222"}, {"caller_nid": "payment_provider_paymentprovider_poynt_make_request", "callee": "_", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L223"}, {"caller_nid": "payment_provider_paymentprovider_poynt_make_request", "callee": "json", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L230"}, {"caller_nid": "payment_provider_paymentprovider_poynt_make_request", "callee": "error", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L234"}, {"caller_nid": "payment_provider_paymentprovider_poynt_make_request", "callee": "ValidationError", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L235"}, {"caller_nid": "payment_provider_paymentprovider_poynt_make_request", "callee": "_", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L235"}, {"caller_nid": "payment_provider_paymentprovider_poynt_make_request", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L238"}, {"caller_nid": "payment_provider_paymentprovider_poynt_make_request", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L238"}, {"caller_nid": "payment_provider_paymentprovider_poynt_make_request", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L239"}, {"caller_nid": "payment_provider_paymentprovider_poynt_make_request", "callee": "error", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L240"}, {"caller_nid": "payment_provider_paymentprovider_poynt_make_request", "callee": "dumps", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L245"}, {"caller_nid": "payment_provider_paymentprovider_poynt_make_request", "callee": "ValidationError", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L249"}, {"caller_nid": "payment_provider_paymentprovider_poynt_make_request", "callee": "_", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L250"}, {"caller_nid": "payment_provider_paymentprovider_poynt_tokenize_nonce", "callee": "ensure_one", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L267"}, {"caller_nid": "payment_provider_paymentprovider_poynt_charge_token", "callee": "ensure_one", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L287"}, {"caller_nid": "payment_provider_paymentprovider_poynt_charge_token", "callee": "build_token_charge_payload", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L288"}, {"caller_nid": "payment_provider_paymentprovider_poynt_get_inline_form_values", "callee": "ensure_one", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L317"}, {"caller_nid": "payment_provider_paymentprovider_poynt_get_inline_form_values", "callee": "exists", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L319"}, {"caller_nid": "payment_provider_paymentprovider_poynt_get_inline_form_values", "callee": "browse", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L319"}, {"caller_nid": "payment_provider_paymentprovider_poynt_get_inline_form_values", "callee": "format_poynt_amount", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L320"}, {"caller_nid": "payment_provider_paymentprovider_poynt_get_inline_form_values", "callee": "_is_tokenization_required", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L345"}, {"caller_nid": "payment_provider_paymentprovider_poynt_get_inline_form_values", "callee": "sudo", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L351"}, {"caller_nid": "payment_provider_paymentprovider_poynt_get_inline_form_values", "callee": "get_param", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L352"}, {"caller_nid": "payment_provider_paymentprovider_poynt_get_inline_form_values", "callee": "float", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L358"}, {"caller_nid": "payment_provider_paymentprovider_poynt_get_inline_form_values", "callee": "get_param", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L358"}, {"caller_nid": "payment_provider_paymentprovider_poynt_get_inline_form_values", "callee": "float", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L359"}, {"caller_nid": "payment_provider_paymentprovider_poynt_get_inline_form_values", "callee": "get_param", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L359"}, {"caller_nid": "payment_provider_paymentprovider_poynt_get_inline_form_values", "callee": "float", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L360"}, {"caller_nid": "payment_provider_paymentprovider_poynt_get_inline_form_values", "callee": "get_param", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L360"}, {"caller_nid": "payment_provider_paymentprovider_poynt_get_inline_form_values", "callee": "float", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L361"}, {"caller_nid": "payment_provider_paymentprovider_poynt_get_inline_form_values", "callee": "get_param", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L361"}, {"caller_nid": "payment_provider_paymentprovider_poynt_get_inline_form_values", "callee": "float", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L362"}, {"caller_nid": "payment_provider_paymentprovider_poynt_get_inline_form_values", "callee": "get_param", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L362"}, {"caller_nid": "payment_provider_paymentprovider_poynt_get_inline_form_values", "callee": "dumps", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L365"}, {"caller_nid": "payment_provider_paymentprovider_action_poynt_test_connection", "callee": "ensure_one", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L379"}, {"caller_nid": "payment_provider_paymentprovider_action_poynt_test_connection", "callee": "len", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L385"}, {"caller_nid": "payment_provider_paymentprovider_action_poynt_test_connection", "callee": "write", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L389"}, {"caller_nid": "payment_provider_paymentprovider_action_poynt_test_connection", "callee": "sudo", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L389"}, {"caller_nid": "payment_provider_paymentprovider_action_poynt_test_connection", "callee": "info", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L390"}, {"caller_nid": "payment_provider_paymentprovider_action_poynt_test_connection", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L396"}, {"caller_nid": "payment_provider_paymentprovider_action_poynt_test_connection", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L396"}, {"caller_nid": "payment_provider_paymentprovider_action_poynt_test_connection", "callee": "_", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L397"}, {"caller_nid": "payment_provider_paymentprovider_action_poynt_test_connection", "callee": "_", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L404"}, {"caller_nid": "payment_provider_paymentprovider_action_poynt_test_connection", "callee": "str", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L404"}, {"caller_nid": "payment_provider_paymentprovider_poynt_resolve_business_id", "callee": "decode", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L431"}, {"caller_nid": "payment_provider_paymentprovider_poynt_resolve_business_id", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L432"}, {"caller_nid": "payment_provider_paymentprovider_poynt_resolve_business_id", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L432"}, {"caller_nid": "payment_provider_paymentprovider_poynt_resolve_business_id", "callee": "warning", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L436"}, {"caller_nid": "payment_provider_paymentprovider_action_poynt_fetch_terminals", "callee": "ensure_one", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L449"}, {"caller_nid": "payment_provider_paymentprovider_action_poynt_fetch_terminals", "callee": "isinstance", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L453"}, {"caller_nid": "payment_provider_paymentprovider_action_poynt_fetch_terminals", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L453"}, {"caller_nid": "payment_provider_paymentprovider_action_poynt_fetch_terminals", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L457"}, {"caller_nid": "payment_provider_paymentprovider_action_poynt_fetch_terminals", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L458"}, {"caller_nid": "payment_provider_paymentprovider_action_poynt_fetch_terminals", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L460"}, {"caller_nid": "payment_provider_paymentprovider_action_poynt_fetch_terminals", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L460"}, {"caller_nid": "payment_provider_paymentprovider_action_poynt_fetch_terminals", "callee": "append", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L461"}, {"caller_nid": "payment_provider_paymentprovider_action_poynt_fetch_terminals", "callee": "_", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L465"}, {"caller_nid": "payment_provider_paymentprovider_action_poynt_fetch_terminals", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L474"}, {"caller_nid": "payment_provider_paymentprovider_action_poynt_fetch_terminals", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L478"}, {"caller_nid": "payment_provider_paymentprovider_action_poynt_fetch_terminals", "callee": "search", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L482"}, {"caller_nid": "payment_provider_paymentprovider_action_poynt_fetch_terminals", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L488"}, {"caller_nid": "payment_provider_paymentprovider_action_poynt_fetch_terminals", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L490"}, {"caller_nid": "payment_provider_paymentprovider_action_poynt_fetch_terminals", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L492"}, {"caller_nid": "payment_provider_paymentprovider_action_poynt_fetch_terminals", "callee": "write", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L497"}, {"caller_nid": "payment_provider_paymentprovider_action_poynt_fetch_terminals", "callee": "create", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L500"}, {"caller_nid": "payment_provider_paymentprovider_action_poynt_fetch_terminals", "callee": "write", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L504"}, {"caller_nid": "payment_provider_paymentprovider_action_poynt_fetch_terminals", "callee": "sudo", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L504"}, {"caller_nid": "payment_provider_paymentprovider_action_poynt_fetch_terminals", "callee": "info", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L505"}, {"caller_nid": "payment_provider_paymentprovider_action_poynt_fetch_terminals", "callee": "_", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L507"}, {"caller_nid": "payment_provider_paymentprovider_action_poynt_fetch_terminals", "callee": "_", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L514"}, {"caller_nid": "payment_provider_paymentprovider_action_poynt_fetch_terminals", "callee": "str", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L514"}, {"caller_nid": "payment_provider_paymentprovider_poynt_fetch_receipt", "callee": "ensure_one", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L533"}, {"caller_nid": "payment_provider_paymentprovider_poynt_fetch_receipt", "callee": "sudo", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L537"}, {"caller_nid": "payment_provider_paymentprovider_poynt_fetch_receipt", "callee": "int", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L540"}, {"caller_nid": "payment_provider_paymentprovider_poynt_fetch_receipt", "callee": "get_param", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L540"}, {"caller_nid": "payment_provider_paymentprovider_poynt_fetch_receipt", "callee": "int", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L543"}, {"caller_nid": "payment_provider_paymentprovider_poynt_fetch_receipt", "callee": "timestamp", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L543"}, {"caller_nid": "payment_provider_paymentprovider_poynt_fetch_receipt", "callee": "now", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L543"}, {"caller_nid": "payment_provider_paymentprovider_poynt_fetch_receipt", "callee": "debug", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L545"}, {"caller_nid": "payment_provider_paymentprovider_poynt_fetch_receipt", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L556"}, {"caller_nid": "payment_provider_paymentprovider_poynt_fetch_receipt", "callee": "lower", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L558"}, {"caller_nid": "payment_provider_paymentprovider_poynt_fetch_receipt", "callee": "str", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L558"}, {"caller_nid": "payment_provider_paymentprovider_poynt_fetch_receipt", "callee": "set_param", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L563"}, {"caller_nid": "payment_provider_paymentprovider_poynt_fetch_receipt", "callee": "str", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L563"}, {"caller_nid": "payment_provider_paymentprovider_poynt_fetch_receipt", "callee": "warning", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L564"}, {"caller_nid": "payment_provider_paymentprovider_poynt_fetch_receipt", "callee": "debug", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L573"}, {"caller_nid": "payment_provider_paymentprovider_poynt_fetch_settlement_transactions", "callee": "ensure_one", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L592"}, {"caller_nid": "payment_provider_paymentprovider_poynt_fetch_settlement_transactions", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L613"}, {"caller_nid": "payment_provider_paymentprovider_poynt_fetch_settlement_transactions", "callee": "isinstance", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L616"}, {"caller_nid": "payment_provider_paymentprovider_poynt_fetch_settlement_transactions", "callee": "extend", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L621"}, {"caller_nid": "payment_provider_paymentprovider_poynt_fetch_settlement_transactions", "callee": "len", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L624"}, {"caller_nid": "payment_provider_paymentprovider_poynt_fetch_settlement_transactions", "callee": "info", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L628"}, {"caller_nid": "payment_provider_paymentprovider_poynt_fetch_settlement_transactions", "callee": "len", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L630"}]} |