{ "directed": false, "multigraph": false, "graph": {}, "nodes": [ { "label": "__init__.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/__init__.py", "source_location": "L1", "id": "users_gurpreet_github_odoo_modules_fusion_poynt_init_py", "community": 14, "norm_label": "__init__.py" }, { "label": "post_init_hook()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/__init__.py", "source_location": "L8", "id": "init_post_init_hook", "community": 14, "norm_label": "post_init_hook()" }, { "label": "uninstall_hook()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/__init__.py", "source_location": "L15", "id": "init_uninstall_hook", "community": 14, "norm_label": "uninstall_hook()" }, { "label": "__manifest__.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/__manifest__.py", "source_location": "L1", "id": "users_gurpreet_github_odoo_modules_fusion_poynt_manifest_py", "community": 18, "norm_label": "__manifest__.py" }, { "label": "utils.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/utils.py", "source_location": "L1", "id": "users_gurpreet_github_odoo_modules_fusion_poynt_utils_py", "community": 1, "norm_label": "utils.py" }, { "label": "generate_request_id()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/utils.py", "source_location": "L12", "id": "utils_generate_request_id", "community": 1, "norm_label": "generate_request_id()" }, { "label": "build_api_url()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/utils.py", "source_location": "L17", "id": "utils_build_api_url", "community": 1, "norm_label": "build_api_url()" }, { "label": "build_api_headers()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/utils.py", "source_location": "L36", "id": "utils_build_api_headers", "community": 1, "norm_label": "build_api_headers()" }, { "label": "clean_application_id()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/utils.py", "source_location": "L56", "id": "utils_clean_application_id", "community": 1, "norm_label": "clean_application_id()" }, { "label": "create_self_signed_jwt()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/utils.py", "source_location": "L75", "id": "utils_create_self_signed_jwt", "community": 1, "norm_label": "create_self_signed_jwt()" }, { "label": "format_poynt_amount()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/utils.py", "source_location": "L125", "id": "utils_format_poynt_amount", "community": 5, "norm_label": "format_poynt_amount()" }, { "label": "parse_poynt_amount()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/utils.py", "source_location": "L137", "id": "utils_parse_poynt_amount", "community": 1, "norm_label": "parse_poynt_amount()" }, { "label": "extract_card_details()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/utils.py", "source_location": "L149", "id": "utils_extract_card_details", "community": 0, "norm_label": "extract_card_details()" }, { "label": "get_poynt_status()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/utils.py", "source_location": "L175", "id": "utils_get_poynt_status", "community": 1, "norm_label": "get_poynt_status()" }, { "label": "build_order_payload()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/utils.py", "source_location": "L188", "id": "utils_build_order_payload", "community": 0, "norm_label": "build_order_payload()" }, { "label": "build_transaction_payload()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/utils.py", "source_location": "L241", "id": "utils_build_transaction_payload", "community": 0, "norm_label": "build_transaction_payload()" }, { "label": "build_token_charge_payload()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/utils.py", "source_location": "L296", "id": "utils_build_token_charge_payload", "community": 1, "norm_label": "build_token_charge_payload()" }, { "label": "Generate a unique request ID for Poynt API idempotency.", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/utils.py", "source_location": "L13", "id": "utils_rationale_13", "community": 1, "norm_label": "generate a unique request id for poynt api idempotency." }, { "label": "Build a full Poynt API URL for the given endpoint. :param str endpoint: The", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/utils.py", "source_location": "L18", "id": "utils_rationale_18", "community": 1, "norm_label": "build a full poynt api url for the given endpoint. :param str endpoint: the" }, { "label": "Build the standard HTTP headers for a Poynt API request. :param str access_", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/utils.py", "source_location": "L37", "id": "utils_rationale_37", "community": 1, "norm_label": "build the standard http headers for a poynt api request. :param str access_" }, { "label": "Extract the urn:aid:... portion from a raw application ID string. Poynt dev", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/utils.py", "source_location": "L57", "id": "utils_rationale_57", "community": 1, "norm_label": "extract the urn:aid:... portion from a raw application id string. poynt dev" }, { "label": "Create a self-signed JWT for Poynt OAuth2 token request. The JWT is signed", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/utils.py", "source_location": "L76", "id": "utils_rationale_76", "community": 1, "norm_label": "create a self-signed jwt for poynt oauth2 token request. the jwt is signed" }, { "label": "Convert a major currency amount to Poynt's minor units (cents). :param floa", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/utils.py", "source_location": "L126", "id": "utils_rationale_126", "community": 5, "norm_label": "convert a major currency amount to poynt's minor units (cents). :param floa" }, { "label": "Convert Poynt's minor currency units back to major units. :param int minor_", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/utils.py", "source_location": "L138", "id": "utils_rationale_138", "community": 1, "norm_label": "convert poynt's minor currency units back to major units. :param int minor_" }, { "label": "Extract card details from a Poynt funding source object. :param dict fundin", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/utils.py", "source_location": "L150", "id": "utils_rationale_150", "community": 0, "norm_label": "extract card details from a poynt funding source object. :param dict fundin" }, { "label": "Map a Poynt transaction status string to an Odoo transaction state. :param", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/utils.py", "source_location": "L176", "id": "utils_rationale_176", "community": 1, "norm_label": "map a poynt transaction status string to an odoo transaction state. :param" }, { "label": "Build a Poynt order creation payload. :param str reference: The Odoo transa", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/utils.py", "source_location": "L190", "id": "utils_rationale_190", "community": 0, "norm_label": "build a poynt order creation payload. :param str reference: the odoo transa" }, { "label": "Build a Poynt transaction payload for charge/auth/capture. :param str actio", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/utils.py", "source_location": "L245", "id": "utils_rationale_245", "community": 0, "norm_label": "build a poynt transaction payload for charge/auth/capture. :param str actio" }, { "label": "Build a payload for POST /cards/tokenize/charge. :param str action: SALE or", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/utils.py", "source_location": "L300", "id": "utils_rationale_300", "community": 1, "norm_label": "build a payload for post /cards/tokenize/charge. :param str action: sale or" }, { "label": "const.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/const.py", "source_location": "L1", "id": "users_gurpreet_github_odoo_modules_fusion_poynt_const_py", "community": 19, "norm_label": "const.py" }, { "label": "__init__.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/wizard/__init__.py", "source_location": "L1", "id": "users_gurpreet_github_odoo_modules_fusion_poynt_wizard_init_py", "community": 15, "norm_label": "__init__.py" }, { "label": "poynt_refund_wizard.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/wizard/poynt_refund_wizard.py", "source_location": "L1", "id": "users_gurpreet_github_odoo_modules_fusion_poynt_wizard_poynt_refund_wizard_py", "community": 6, "norm_label": "poynt_refund_wizard.py" }, { "label": "PoyntRefundWizard", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/wizard/poynt_refund_wizard.py", "source_location": "L18", "id": "poynt_refund_wizard_poyntrefundwizard", "community": 5, "norm_label": "poyntrefundwizard" }, { "label": "._get_provider_sudo()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/wizard/poynt_refund_wizard.py", "source_location": "L112", "id": "poynt_refund_wizard_poyntrefundwizard_get_provider_sudo", "community": 5, "norm_label": "._get_provider_sudo()" }, { "label": "default_get()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/wizard/poynt_refund_wizard.py", "source_location": "L116", "id": "poynt_refund_wizard_default_get", "community": 6, "norm_label": "default_get()" }, { "label": ".action_process_refund()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/wizard/poynt_refund_wizard.py", "source_location": "L182", "id": "poynt_refund_wizard_poyntrefundwizard_action_process_refund", "community": 5, "norm_label": ".action_process_refund()" }, { "label": "._verify_transaction_not_already_reversed()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/wizard/poynt_refund_wizard.py", "source_location": "L204", "id": "poynt_refund_wizard_poyntrefundwizard_verify_transaction_not_already_reversed", "community": 5, "norm_label": "._verify_transaction_not_already_reversed()" }, { "label": "._check_txn_reversed()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/wizard/poynt_refund_wizard.py", "source_location": "L238", "id": "poynt_refund_wizard_poyntrefundwizard_check_txn_reversed", "community": 5, "norm_label": "._check_txn_reversed()" }, { "label": "._process_referenced_refund()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/wizard/poynt_refund_wizard.py", "source_location": "L287", "id": "poynt_refund_wizard_poyntrefundwizard_process_referenced_refund", "community": 5, "norm_label": "._process_referenced_refund()" }, { "label": "._process_non_referenced_credit()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/wizard/poynt_refund_wizard.py", "source_location": "L347", "id": "poynt_refund_wizard_poyntrefundwizard_process_non_referenced_credit", "community": 5, "norm_label": "._process_non_referenced_credit()" }, { "label": "._handle_refund_result()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/wizard/poynt_refund_wizard.py", "source_location": "L436", "id": "poynt_refund_wizard_poyntrefundwizard_handle_refund_result", "community": 5, "norm_label": "._handle_refund_result()" }, { "label": "._create_refund_transaction()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/wizard/poynt_refund_wizard.py", "source_location": "L485", "id": "poynt_refund_wizard_poyntrefundwizard_create_refund_transaction", "community": 5, "norm_label": "._create_refund_transaction()" }, { "label": ".action_send_receipt()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/wizard/poynt_refund_wizard.py", "source_location": "L517", "id": "poynt_refund_wizard_poyntrefundwizard_action_send_receipt", "community": 5, "norm_label": ".action_send_receipt()" }, { "label": "._reopen_wizard()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/wizard/poynt_refund_wizard.py", "source_location": "L534", "id": "poynt_refund_wizard_poyntrefundwizard_reopen_wizard", "community": 5, "norm_label": "._reopen_wizard()" }, { "label": "Dispatch to referenced refund or non-referenced credit.", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/wizard/poynt_refund_wizard.py", "source_location": "L183", "id": "poynt_refund_wizard_rationale_183", "community": 5, "norm_label": "dispatch to referenced refund or non-referenced credit." }, { "label": "Check on Poynt that the transaction and all linked children have not bee", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/wizard/poynt_refund_wizard.py", "source_location": "L205", "id": "poynt_refund_wizard_rationale_205", "community": 5, "norm_label": "check on poynt that the transaction and all linked children have not bee" }, { "label": "Raise if the given Poynt transaction has been voided or refunded.", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/wizard/poynt_refund_wizard.py", "source_location": "L239", "id": "poynt_refund_wizard_rationale_239", "community": 5, "norm_label": "raise if the given poynt transaction has been voided or refunded." }, { "label": "Send a referenced REFUND using the original transaction's parentId.", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/wizard/poynt_refund_wizard.py", "source_location": "L288", "id": "poynt_refund_wizard_rationale_288", "community": 5, "norm_label": "send a referenced refund using the original transaction's parentid." }, { "label": "Send a non-referenced credit via cloud message to the terminal. Require", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/wizard/poynt_refund_wizard.py", "source_location": "L348", "id": "poynt_refund_wizard_rationale_348", "community": 5, "norm_label": "send a non-referenced credit via cloud message to the terminal. require" }, { "label": "Process the Poynt API response for a referenced refund.", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/wizard/poynt_refund_wizard.py", "source_location": "L437", "id": "poynt_refund_wizard_rationale_437", "community": 5, "norm_label": "process the poynt api response for a referenced refund." }, { "label": "Create a payment.transaction for the refund.", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/wizard/poynt_refund_wizard.py", "source_location": "L486", "id": "poynt_refund_wizard_rationale_486", "community": 5, "norm_label": "create a payment.transaction for the refund." }, { "label": "Email the refund receipt to the customer and close the wizard.", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/wizard/poynt_refund_wizard.py", "source_location": "L518", "id": "poynt_refund_wizard_rationale_518", "community": 5, "norm_label": "email the refund receipt to the customer and close the wizard." }, { "label": "poynt_payment_wizard.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/wizard/poynt_payment_wizard.py", "source_location": "L1", "id": "users_gurpreet_github_odoo_modules_fusion_poynt_wizard_poynt_payment_wizard_py", "community": 2, "norm_label": "poynt_payment_wizard.py" }, { "label": "PoyntPaymentWizard", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/wizard/poynt_payment_wizard.py", "source_location": "L13", "id": "poynt_payment_wizard_poyntpaymentwizard", "community": 2, "norm_label": "poyntpaymentwizard" }, { "label": "_compute_surcharge_enabled()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/wizard/poynt_payment_wizard.py", "source_location": "L137", "id": "poynt_payment_wizard_compute_surcharge_enabled", "community": 2, "norm_label": "_compute_surcharge_enabled()" }, { "label": "_detect_card_brand()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/wizard/poynt_payment_wizard.py", "source_location": "L145", "id": "poynt_payment_wizard_detect_card_brand", "community": 2, "norm_label": "_detect_card_brand()" }, { "label": "._get_surcharge_rate()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/wizard/poynt_payment_wizard.py", "source_location": "L162", "id": "poynt_payment_wizard_poyntpaymentwizard_get_surcharge_rate", "community": 2, "norm_label": "._get_surcharge_rate()" }, { "label": "_onchange_card_number()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/wizard/poynt_payment_wizard.py", "source_location": "L173", "id": "poynt_payment_wizard_onchange_card_number", "community": 2, "norm_label": "_onchange_card_number()" }, { "label": "_onchange_card_type()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/wizard/poynt_payment_wizard.py", "source_location": "L178", "id": "poynt_payment_wizard_onchange_card_type", "community": 2, "norm_label": "_onchange_card_type()" }, { "label": "default_get()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/wizard/poynt_payment_wizard.py", "source_location": "L189", "id": "poynt_payment_wizard_default_get", "community": 2, "norm_label": "default_get()" }, { "label": "._get_provider_sudo()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/wizard/poynt_payment_wizard.py", "source_location": "L212", "id": "poynt_payment_wizard_poyntpaymentwizard_get_provider_sudo", "community": 2, "norm_label": "._get_provider_sudo()" }, { "label": "_onchange_provider_id()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/wizard/poynt_payment_wizard.py", "source_location": "L216", "id": "poynt_payment_wizard_onchange_provider_id", "community": 2, "norm_label": "_onchange_provider_id()" }, { "label": "._apply_surcharge_if_needed()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/wizard/poynt_payment_wizard.py", "source_location": "L222", "id": "poynt_payment_wizard_poyntpaymentwizard_apply_surcharge_if_needed", "community": 2, "norm_label": "._apply_surcharge_if_needed()" }, { "label": "._remove_surcharge_line()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/wizard/poynt_payment_wizard.py", "source_location": "L276", "id": "poynt_payment_wizard_poyntpaymentwizard_remove_surcharge_line", "community": 2, "norm_label": "._remove_surcharge_line()" }, { "label": ".action_collect_payment()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/wizard/poynt_payment_wizard.py", "source_location": "L313", "id": "poynt_payment_wizard_poyntpaymentwizard_action_collect_payment", "community": 2, "norm_label": ".action_collect_payment()" }, { "label": "._process_terminal_payment()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/wizard/poynt_payment_wizard.py", "source_location": "L329", "id": "poynt_payment_wizard_poyntpaymentwizard_process_terminal_payment", "community": 2, "norm_label": "._process_terminal_payment()" }, { "label": "._process_card_payment()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/wizard/poynt_payment_wizard.py", "source_location": "L374", "id": "poynt_payment_wizard_poyntpaymentwizard_process_card_payment", "community": 2, "norm_label": "._process_card_payment()" }, { "label": ".action_check_status()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/wizard/poynt_payment_wizard.py", "source_location": "L502", "id": "poynt_payment_wizard_poyntpaymentwizard_action_check_status", "community": 2, "norm_label": ".action_check_status()" }, { "label": "._find_terminal_transaction()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/wizard/poynt_payment_wizard.py", "source_location": "L572", "id": "poynt_payment_wizard_poyntpaymentwizard_find_terminal_transaction", "community": 2, "norm_label": "._find_terminal_transaction()" }, { "label": "._check_order_transactions()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/wizard/poynt_payment_wizard.py", "source_location": "L592", "id": "poynt_payment_wizard_poyntpaymentwizard_check_order_transactions", "community": 2, "norm_label": "._check_order_transactions()" }, { "label": "._check_by_reference_with_time_filter()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/wizard/poynt_payment_wizard.py", "source_location": "L622", "id": "poynt_payment_wizard_poyntpaymentwizard_check_by_reference_with_time_filter", "community": 2, "norm_label": "._check_by_reference_with_time_filter()" }, { "label": ".action_send_receipt()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/wizard/poynt_payment_wizard.py", "source_location": "L661", "id": "poynt_payment_wizard_poyntpaymentwizard_action_send_receipt", "community": 2, "norm_label": ".action_send_receipt()" }, { "label": ".action_cancel_payment()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/wizard/poynt_payment_wizard.py", "source_location": "L678", "id": "poynt_payment_wizard_poyntpaymentwizard_action_cancel_payment", "community": 2, "norm_label": ".action_cancel_payment()" }, { "label": "._cleanup_draft_transaction()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/wizard/poynt_payment_wizard.py", "source_location": "L685", "id": "poynt_payment_wizard_poyntpaymentwizard_cleanup_draft_transaction", "community": 2, "norm_label": "._cleanup_draft_transaction()" }, { "label": "._validate_card_fields()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/wizard/poynt_payment_wizard.py", "source_location": "L697", "id": "poynt_payment_wizard_poyntpaymentwizard_validate_card_fields", "community": 2, "norm_label": "._validate_card_fields()" }, { "label": "._create_payment_transaction()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/wizard/poynt_payment_wizard.py", "source_location": "L708", "id": "poynt_payment_wizard_poyntpaymentwizard_create_payment_transaction", "community": 2, "norm_label": "._create_payment_transaction()" }, { "label": "._create_poynt_order()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/wizard/poynt_payment_wizard.py", "source_location": "L737", "id": "poynt_payment_wizard_poyntpaymentwizard_create_poynt_order", "community": 2, "norm_label": "._create_poynt_order()" }, { "label": "._reopen_wizard()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/wizard/poynt_payment_wizard.py", "source_location": "L751", "id": "poynt_payment_wizard_poyntpaymentwizard_reopen_wizard", "community": 2, "norm_label": "._reopen_wizard()" }, { "label": "._open_poll_action()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/wizard/poynt_payment_wizard.py", "source_location": "L762", "id": "poynt_payment_wizard_poyntpaymentwizard_open_poll_action", "community": 2, "norm_label": "._open_poll_action()" }, { "label": "Add the surcharge invoice line if surcharge is enabled and not yet applied.", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/wizard/poynt_payment_wizard.py", "source_location": "L223", "id": "poynt_payment_wizard_rationale_223", "community": 2, "norm_label": "add the surcharge invoice line if surcharge is enabled and not yet applied." }, { "label": "Remove the surcharge line from the invoice if it was applied.", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/wizard/poynt_payment_wizard.py", "source_location": "L277", "id": "poynt_payment_wizard_rationale_277", "community": 2, "norm_label": "remove the surcharge line from the invoice if it was applied." }, { "label": "Dispatch to the appropriate payment method.", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/wizard/poynt_payment_wizard.py", "source_location": "L314", "id": "poynt_payment_wizard_rationale_314", "community": 2, "norm_label": "dispatch to the appropriate payment method." }, { "label": "Send a payment request to the physical Poynt terminal.", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/wizard/poynt_payment_wizard.py", "source_location": "L330", "id": "poynt_payment_wizard_rationale_330", "community": 2, "norm_label": "send a payment request to the physical poynt terminal." }, { "label": "Process a manual card entry payment via Poynt Cloud API.", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/wizard/poynt_payment_wizard.py", "source_location": "L375", "id": "poynt_payment_wizard_rationale_375", "community": 2, "norm_label": "process a manual card entry payment via poynt cloud api." }, { "label": "Poll the terminal for payment status (used in waiting state). Uses the", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/wizard/poynt_payment_wizard.py", "source_location": "L503", "id": "poynt_payment_wizard_rationale_503", "community": 2, "norm_label": "poll the terminal for payment status (used in waiting state). uses the" }, { "label": "Locate the Poynt transaction for the current payment attempt. Strategy:", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/wizard/poynt_payment_wizard.py", "source_location": "L573", "id": "poynt_payment_wizard_rationale_573", "community": 2, "norm_label": "locate the poynt transaction for the current payment attempt. strategy:" }, { "label": "Look up transactions linked to our Poynt order.", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/wizard/poynt_payment_wizard.py", "source_location": "L593", "id": "poynt_payment_wizard_rationale_593", "community": 2, "norm_label": "look up transactions linked to our poynt order." }, { "label": "Search transactions by referenceId, filtering by creation time.", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/wizard/poynt_payment_wizard.py", "source_location": "L623", "id": "poynt_payment_wizard_rationale_623", "community": 2, "norm_label": "search transactions by referenceid, filtering by creation time." }, { "label": "Email the payment receipt to the customer and close the wizard.", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/wizard/poynt_payment_wizard.py", "source_location": "L662", "id": "poynt_payment_wizard_rationale_662", "community": 2, "norm_label": "email the payment receipt to the customer and close the wizard." }, { "label": "Cancel the payment and clean up the draft transaction.", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/wizard/poynt_payment_wizard.py", "source_location": "L679", "id": "poynt_payment_wizard_rationale_679", "community": 2, "norm_label": "cancel the payment and clean up the draft transaction." }, { "label": "Remove the draft payment transaction created by this wizard.", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/wizard/poynt_payment_wizard.py", "source_location": "L686", "id": "poynt_payment_wizard_rationale_686", "community": 2, "norm_label": "remove the draft payment transaction created by this wizard." }, { "label": "Validate that card entry fields are properly filled.", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/wizard/poynt_payment_wizard.py", "source_location": "L698", "id": "poynt_payment_wizard_rationale_698", "community": 2, "norm_label": "validate that card entry fields are properly filled." }, { "label": "Create a payment.transaction linked to the invoice.", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/wizard/poynt_payment_wizard.py", "source_location": "L709", "id": "poynt_payment_wizard_rationale_709", "community": 2, "norm_label": "create a payment.transaction linked to the invoice." }, { "label": "Create a Poynt order via the API.", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/wizard/poynt_payment_wizard.py", "source_location": "L738", "id": "poynt_payment_wizard_rationale_738", "community": 2, "norm_label": "create a poynt order via the api." }, { "label": "Return an action that re-opens this wizard record (keeps state).", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/wizard/poynt_payment_wizard.py", "source_location": "L752", "id": "poynt_payment_wizard_rationale_752", "community": 2, "norm_label": "return an action that re-opens this wizard record (keeps state)." }, { "label": "Return a client action that auto-polls the terminal status.", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/wizard/poynt_payment_wizard.py", "source_location": "L763", "id": "poynt_payment_wizard_rationale_763", "community": 2, "norm_label": "return a client action that auto-polls the terminal status." }, { "label": "payment_provider.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L1", "id": "users_gurpreet_github_odoo_modules_fusion_poynt_models_payment_provider_py", "community": 1, "norm_label": "payment_provider.py" }, { "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", "community": 1, "norm_label": "paymentprovider" }, { "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_compute_feature_support_fields", "community": 1, "norm_label": "._compute_feature_support_fields()" }, { "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_get_default_payment_method_codes", "community": 1, "norm_label": "._get_default_payment_method_codes()" }, { "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_get_access_token", "community": 1, "norm_label": "._poynt_get_access_token()" }, { "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_make_request", "community": 1, "norm_label": "._poynt_make_request()" }, { "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_tokenize_nonce", "community": 1, "norm_label": "._poynt_tokenize_nonce()" }, { "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_charge_token", "community": 1, "norm_label": "._poynt_charge_token()" }, { "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_poynt_get_inline_form_values", "community": 5, "norm_label": "._poynt_get_inline_form_values()" }, { "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_action_poynt_test_connection", "community": 1, "norm_label": ".action_poynt_test_connection()" }, { "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_poynt_resolve_business_id", "community": 1, "norm_label": "._poynt_resolve_business_id()" }, { "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_action_poynt_fetch_terminals", "community": 1, "norm_label": ".action_poynt_fetch_terminals()" }, { "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_receipt", "community": 1, "norm_label": "._poynt_fetch_receipt()" }, { "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_fetch_settlement_transactions", "community": 3, "norm_label": "._poynt_fetch_settlement_transactions()" }, { "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_paymentprovider_poynt_notification", "community": 1, "norm_label": "._poynt_notification()" }, { "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_79", "community": 1, "norm_label": "override of `payment` to enable additional features." }, { "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_90", "community": 1, "norm_label": "override of `payment` to return the default payment method codes." }, { "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_99", "community": 1, "norm_label": "obtain an oauth2 access token from poynt using jwt bearer grant. caches" }, { "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_169", "community": 1, "norm_label": "make an authenticated api request to the poynt rest api. :param str met" }, { "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_259", "community": 1, "norm_label": "exchange a poynt collect nonce for a long-lived payment token jwt. :par" }, { "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_276", "community": 1, "norm_label": "charge a stored payment token jwt via the tokenize/charge endpoint. :pa" }, { "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_307", "community": 5, "norm_label": "return a serialized json of values needed to render the inline payment form." }, { "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_370", "community": 1, "norm_label": "test the connection to poynt by authenticating and fetching business info." }, { "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_418", "community": 1, "norm_label": "try to extract the real business uuid from the access token jwt. the po" }, { "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_440", "community": 1, "norm_label": "fetch terminal devices from poynt and create/update local records. uses" }, { "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_518", "community": 1, "norm_label": "fetch the rendered receipt from poynt for a given transaction. calls ge" }, { "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_582", "community": 3, "norm_label": "fetch all transactions from poynt api for a date range. paginates throu" }, { "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", "id": "payment_provider_rationale_635", "community": 1, "norm_label": "return a display_notification action. :param str message: the notificat" }, { "label": "account_move.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/account_move.py", "source_location": "L1", "id": "users_gurpreet_github_odoo_modules_fusion_poynt_models_account_move_py", "community": 6, "norm_label": "account_move.py" }, { "label": "AccountMove", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/account_move.py", "source_location": "L9", "id": "account_move_accountmove", "community": 6, "norm_label": "accountmove" }, { "label": "_compute_poynt_refund_count()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/account_move.py", "source_location": "L32", "id": "account_move_compute_poynt_refund_count", "community": 6, "norm_label": "_compute_poynt_refund_count()" }, { "label": "._compute_has_poynt_receipt()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/account_move.py", "source_location": "L41", "id": "account_move_accountmove_compute_has_poynt_receipt", "community": 6, "norm_label": "._compute_has_poynt_receipt()" }, { "label": "._compute_poynt_transaction_count()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/account_move.py", "source_location": "L45", "id": "account_move_accountmove_compute_poynt_transaction_count", "community": 6, "norm_label": "._compute_poynt_transaction_count()" }, { "label": ".action_view_poynt_transactions()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/account_move.py", "source_location": "L52", "id": "account_move_accountmove_action_view_poynt_transactions", "community": 6, "norm_label": ".action_view_poynt_transactions()" }, { "label": ".action_view_poynt_refunds()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/account_move.py", "source_location": "L72", "id": "account_move_accountmove_action_view_poynt_refunds", "community": 6, "norm_label": ".action_view_poynt_refunds()" }, { "label": "._get_poynt_transaction_for_receipt()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/account_move.py", "source_location": "L89", "id": "account_move_accountmove_get_poynt_transaction_for_receipt", "community": 6, "norm_label": "._get_poynt_transaction_for_receipt()" }, { "label": ".action_resend_poynt_receipt()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/account_move.py", "source_location": "L111", "id": "account_move_accountmove_action_resend_poynt_receipt", "community": 6, "norm_label": ".action_resend_poynt_receipt()" }, { "label": ".action_open_poynt_payment_wizard()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/account_move.py", "source_location": "L176", "id": "account_move_accountmove_action_open_poynt_payment_wizard", "community": 6, "norm_label": ".action_open_poynt_payment_wizard()" }, { "label": ".action_open_poynt_refund_wizard()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/account_move.py", "source_location": "L191", "id": "account_move_accountmove_action_open_poynt_refund_wizard", "community": 6, "norm_label": ".action_open_poynt_refund_wizard()" }, { "label": "._get_original_poynt_transaction()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/account_move.py", "source_location": "L206", "id": "account_move_accountmove_get_original_poynt_transaction", "community": 6, "norm_label": "._get_original_poynt_transaction()" }, { "label": "Open payment transactions linked to this invoice/credit note.", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/account_move.py", "source_location": "L53", "id": "account_move_rationale_53", "community": 6, "norm_label": "open payment transactions linked to this invoice/credit note." }, { "label": "Open the credit notes linked to this invoice that were refunded via Poynt.", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/account_move.py", "source_location": "L73", "id": "account_move_rationale_73", "community": 6, "norm_label": "open the credit notes linked to this invoice that were refunded via poynt." }, { "label": "Find the Poynt transaction linked to this invoice or credit note.", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/account_move.py", "source_location": "L90", "id": "account_move_rationale_90", "community": 6, "norm_label": "find the poynt transaction linked to this invoice or credit note." }, { "label": "Resend the Poynt payment/refund receipt email to the customer.", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/account_move.py", "source_location": "L112", "id": "account_move_rationale_112", "community": 6, "norm_label": "resend the poynt payment/refund receipt email to the customer." }, { "label": "Open the Poynt payment collection wizard for this invoice.", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/account_move.py", "source_location": "L177", "id": "account_move_rationale_177", "community": 6, "norm_label": "open the poynt payment collection wizard for this invoice." }, { "label": "Open the Poynt refund wizard for this credit note.", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/account_move.py", "source_location": "L192", "id": "account_move_rationale_192", "community": 6, "norm_label": "open the poynt refund wizard for this credit note." }, { "label": "Find the Poynt payment transaction from the reversed invoice. For credi", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/account_move.py", "source_location": "L207", "id": "account_move_rationale_207", "community": 6, "norm_label": "find the poynt payment transaction from the reversed invoice. for credi" }, { "label": "payment_transaction.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_transaction.py", "source_location": "L1", "id": "users_gurpreet_github_odoo_modules_fusion_poynt_models_payment_transaction_py", "community": 0, "norm_label": "payment_transaction.py" }, { "label": "PaymentTransaction", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_transaction.py", "source_location": "L20", "id": "payment_transaction_paymenttransaction", "community": 0, "norm_label": "paymenttransaction" }, { "label": "._get_provider_sudo()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_transaction.py", "source_location": "L51", "id": "payment_transaction_paymenttransaction_get_provider_sudo", "community": 0, "norm_label": "._get_provider_sudo()" }, { "label": "._get_specific_processing_values()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_transaction.py", "source_location": "L56", "id": "payment_transaction_paymenttransaction_get_specific_processing_values", "community": 0, "norm_label": "._get_specific_processing_values()" }, { "label": "._send_payment_request()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_transaction.py", "source_location": "L86", "id": "payment_transaction_paymenttransaction_send_payment_request", "community": 0, "norm_label": "._send_payment_request()" }, { "label": "._poynt_create_order()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_transaction.py", "source_location": "L112", "id": "payment_transaction_paymenttransaction_poynt_create_order", "community": 0, "norm_label": "._poynt_create_order()" }, { "label": "._poynt_create_order_and_authorize()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_transaction.py", "source_location": "L139", "id": "payment_transaction_paymenttransaction_poynt_create_order_and_authorize", "community": 0, "norm_label": "._poynt_create_order_and_authorize()" }, { "label": "_detect_card_brand_from_details()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_transaction.py", "source_location": "L187", "id": "payment_transaction_detect_card_brand_from_details", "community": 0, "norm_label": "_detect_card_brand_from_details()" }, { "label": "._apply_token_surcharge()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_transaction.py", "source_location": "L202", "id": "payment_transaction_paymenttransaction_apply_token_surcharge", "community": 0, "norm_label": "._apply_token_surcharge()" }, { "label": "._poynt_process_token_payment()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_transaction.py", "source_location": "L283", "id": "payment_transaction_paymenttransaction_poynt_process_token_payment", "community": 0, "norm_label": "._poynt_process_token_payment()" }, { "label": "._send_refund_request()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_transaction.py", "source_location": "L376", "id": "payment_transaction_paymenttransaction_send_refund_request", "community": 0, "norm_label": "._send_refund_request()" }, { "label": "._send_capture_request()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_transaction.py", "source_location": "L447", "id": "payment_transaction_paymenttransaction_send_capture_request", "community": 0, "norm_label": "._send_capture_request()" }, { "label": "._send_void_request()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_transaction.py", "source_location": "L484", "id": "payment_transaction_paymenttransaction_send_void_request", "community": 0, "norm_label": "._send_void_request()" }, { "label": ".action_poynt_void()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_transaction.py", "source_location": "L512", "id": "payment_transaction_paymenttransaction_action_poynt_void", "community": 0, "norm_label": ".action_poynt_void()" }, { "label": "_search_by_reference()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_transaction.py", "source_location": "L657", "id": "payment_transaction_search_by_reference", "community": 1, "norm_label": "_search_by_reference()" }, { "label": "._extract_amount_data()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_transaction.py", "source_location": "L686", "id": "payment_transaction_paymenttransaction_extract_amount_data", "community": 0, "norm_label": "._extract_amount_data()" }, { "label": "._apply_updates()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_transaction.py", "source_location": "L696", "id": "payment_transaction_paymenttransaction_apply_updates", "community": 0, "norm_label": "._apply_updates()" }, { "label": "._create_payment()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_transaction.py", "source_location": "L752", "id": "payment_transaction_paymenttransaction_create_payment", "community": 0, "norm_label": "._create_payment()" }, { "label": "._extract_token_values()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_transaction.py", "source_location": "L814", "id": "payment_transaction_paymenttransaction_extract_token_values", "community": 0, "norm_label": "._extract_token_values()" }, { "label": "._poynt_generate_receipt()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_transaction.py", "source_location": "L835", "id": "payment_transaction_paymenttransaction_poynt_generate_receipt", "community": 0, "norm_label": "._poynt_generate_receipt()" }, { "label": "._poynt_store_receipt_data()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_transaction.py", "source_location": "L856", "id": "payment_transaction_paymenttransaction_poynt_store_receipt_data", "community": 0, "norm_label": "._poynt_store_receipt_data()" }, { "label": "._poynt_attach_receipt_pdf()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_transaction.py", "source_location": "L906", "id": "payment_transaction_paymenttransaction_poynt_attach_receipt_pdf", "community": 0, "norm_label": "._poynt_attach_receipt_pdf()" }, { "label": "._poynt_attach_poynt_receipt()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_transaction.py", "source_location": "L949", "id": "payment_transaction_paymenttransaction_poynt_attach_poynt_receipt", "community": 0, "norm_label": "._poynt_attach_poynt_receipt()" }, { "label": "._poynt_auto_send_invoice_and_receipt()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_transaction.py", "source_location": "L986", "id": "payment_transaction_paymenttransaction_poynt_auto_send_invoice_and_receipt", "community": 0, "norm_label": "._poynt_auto_send_invoice_and_receipt()" }, { "label": "._get_poynt_receipt_values()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_transaction.py", "source_location": "L1056", "id": "payment_transaction_paymenttransaction_get_poynt_receipt_values", "community": 0, "norm_label": "._get_poynt_receipt_values()" }, { "label": "._get_source_receipt_values()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_transaction.py", "source_location": "L1077", "id": "payment_transaction_paymenttransaction_get_source_receipt_values", "community": 0, "norm_label": "._get_source_receipt_values()" }, { "label": "Override of payment to return Poynt-specific processing values. For dir", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_transaction.py", "source_location": "L57", "id": "payment_transaction_rationale_57", "community": 0, "norm_label": "override of payment to return poynt-specific processing values. for dir" }, { "label": "Override of `payment` to send a payment request to Poynt.", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_transaction.py", "source_location": "L87", "id": "payment_transaction_rationale_87", "community": 0, "norm_label": "override of `payment` to send a payment request to poynt." }, { "label": "Create a Poynt order without a transaction. Used by the portal payment", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_transaction.py", "source_location": "L113", "id": "payment_transaction_rationale_113", "community": 0, "norm_label": "create a poynt order without a transaction. used by the portal payment" }, { "label": "Create a Poynt order and authorize the transaction. :return: Dict with", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_transaction.py", "source_location": "L140", "id": "payment_transaction_rationale_140", "community": 0, "norm_label": "create a poynt order and authorize the transaction. :return: dict with" }, { "label": "Detect card brand from the payment_details string on a token. Tokens st", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_transaction.py", "source_location": "L188", "id": "payment_transaction_rationale_188", "community": 0, "norm_label": "detect card brand from the payment_details string on a token. tokens st" }, { "label": "Apply surcharge to the linked invoice for token-based payments. Checks", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_transaction.py", "source_location": "L203", "id": "payment_transaction_rationale_203", "community": 0, "norm_label": "apply surcharge to the linked invoice for token-based payments. checks" }, { "label": "Process a payment using a stored token (card on file). Uses the JWT pay", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_transaction.py", "source_location": "L284", "id": "payment_transaction_rationale_284", "community": 0, "norm_label": "process a payment using a stored token (card on file). uses the jwt pay" }, { "label": "Override of `payment` to send a refund request to Poynt. For captured/s", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_transaction.py", "source_location": "L377", "id": "payment_transaction_rationale_377", "community": 0, "norm_label": "override of `payment` to send a refund request to poynt. for captured/s" }, { "label": "Override of `payment` to send a capture request to Poynt.", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_transaction.py", "source_location": "L448", "id": "payment_transaction_rationale_448", "community": 0, "norm_label": "override of `payment` to send a capture request to poynt." }, { "label": "Override of `payment` to send a void request to Poynt. Uses ``POST /tra", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_transaction.py", "source_location": "L485", "id": "payment_transaction_rationale_485", "community": 0, "norm_label": "override of `payment` to send a void request to poynt. uses ``post /tra" }, { "label": "Void a confirmed Poynt transaction (same-day, before settlement). For S", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_transaction.py", "source_location": "L513", "id": "payment_transaction_rationale_513", "community": 0, "norm_label": "void a confirmed poynt transaction (same-day, before settlement). for s" }, { "label": "Override of payment to find the transaction based on Poynt data.", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_transaction.py", "source_location": "L658", "id": "payment_transaction_rationale_658", "community": 0, "norm_label": "override of payment to find the transaction based on poynt data." }, { "label": "Override of `payment` to skip amount validation for Poynt. Terminal pay", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_transaction.py", "source_location": "L687", "id": "payment_transaction_rationale_687", "community": 0, "norm_label": "override of `payment` to skip amount validation for poynt. terminal pay" }, { "label": "Override of `payment` to update the transaction based on Poynt data.", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_transaction.py", "source_location": "L697", "id": "payment_transaction_rationale_697", "community": 0, "norm_label": "override of `payment` to update the transaction based on poynt data." }, { "label": "Override to route Poynt payments directly to the bank account. Card pay", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_transaction.py", "source_location": "L753", "id": "payment_transaction_rationale_753", "community": 0, "norm_label": "override to route poynt payments directly to the bank account. card pay" }, { "label": "Override of `payment` to return token data based on Poynt data.", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_transaction.py", "source_location": "L815", "id": "payment_transaction_rationale_815", "community": 0, "norm_label": "override of `payment` to return token data based on poynt data." }, { "label": "Fetch transaction details from Poynt, store receipt data, generate a PDF", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_transaction.py", "source_location": "L836", "id": "payment_transaction_rationale_836", "community": 0, "norm_label": "fetch transaction details from poynt, store receipt data, generate a pdf" }, { "label": "Fetch the full Poynt transaction and persist receipt-relevant fields in", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_transaction.py", "source_location": "L857", "id": "payment_transaction_rationale_857", "community": 0, "norm_label": "fetch the full poynt transaction and persist receipt-relevant fields in" }, { "label": "Render the QWeb receipt report and attach the PDF to the invoice. Idemp", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_transaction.py", "source_location": "L907", "id": "payment_transaction_rationale_907", "community": 0, "norm_label": "render the qweb receipt report and attach the pdf to the invoice. idemp" }, { "label": "Try the Poynt renderReceipt endpoint and attach the result. Idempotent:", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_transaction.py", "source_location": "L950", "id": "payment_transaction_rationale_950", "community": 0, "norm_label": "try the poynt renderreceipt endpoint and attach the result. idempotent:" }, { "label": "Automatically email the invoice and payment receipt to the customer afte", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_transaction.py", "source_location": "L987", "id": "payment_transaction_rationale_987", "community": 0, "norm_label": "automatically email the invoice and payment receipt to the customer afte" }, { "label": "Parse the stored receipt JSON for use in QWeb templates. For refund tra", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_transaction.py", "source_location": "L1057", "id": "payment_transaction_rationale_1057", "community": 0, "norm_label": "parse the stored receipt json for use in qweb templates. for refund tra" }, { "label": "Return receipt values from the original sale transaction. Used by the r", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_transaction.py", "source_location": "L1078", "id": "payment_transaction_rationale_1078", "community": 0, "norm_label": "return receipt values from the original sale transaction. used by the r" }, { "label": "sale_order.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/sale_order.py", "source_location": "L1", "id": "users_gurpreet_github_odoo_modules_fusion_poynt_models_sale_order_py", "community": 10, "norm_label": "sale_order.py" }, { "label": "SaleOrder", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/sale_order.py", "source_location": "L11", "id": "sale_order_saleorder", "community": 10, "norm_label": "saleorder" }, { "label": "._compute_poynt_transaction_count()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/sale_order.py", "source_location": "L19", "id": "sale_order_saleorder_compute_poynt_transaction_count", "community": 10, "norm_label": "._compute_poynt_transaction_count()" }, { "label": ".action_view_poynt_transactions()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/sale_order.py", "source_location": "L26", "id": "sale_order_saleorder_action_view_poynt_transactions", "community": 10, "norm_label": ".action_view_poynt_transactions()" }, { "label": ".action_poynt_collect_payment()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/sale_order.py", "source_location": "L45", "id": "sale_order_saleorder_action_poynt_collect_payment", "community": 10, "norm_label": ".action_poynt_collect_payment()" }, { "label": "Create an invoice (if needed) and open the Poynt payment wizard. This s", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/sale_order.py", "source_location": "L46", "id": "sale_order_rationale_46", "community": 10, "norm_label": "create an invoice (if needed) and open the poynt payment wizard. this s" }, { "label": "poynt_settlement.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/poynt_settlement.py", "source_location": "L1", "id": "users_gurpreet_github_odoo_modules_fusion_poynt_models_poynt_settlement_py", "community": 3, "norm_label": "poynt_settlement.py" }, { "label": "PoyntSettlementBatch", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/poynt_settlement.py", "source_location": "L12", "id": "poynt_settlement_poyntsettlementbatch", "community": 3, "norm_label": "poyntsettlementbatch" }, { "label": "create()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/poynt_settlement.py", "source_location": "L116", "id": "poynt_settlement_create", "community": 0, "norm_label": "create()" }, { "label": "_compute_totals()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/poynt_settlement.py", "source_location": "L125", "id": "poynt_settlement_compute_totals", "community": 3, "norm_label": "_compute_totals()" }, { "label": "._compute_smart_buttons()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/poynt_settlement.py", "source_location": "L140", "id": "poynt_settlement_poyntsettlementbatch_compute_smart_buttons", "community": 3, "norm_label": "._compute_smart_buttons()" }, { "label": ".action_view_payments()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/poynt_settlement.py", "source_location": "L147", "id": "poynt_settlement_poyntsettlementbatch_action_view_payments", "community": 3, "norm_label": ".action_view_payments()" }, { "label": ".action_view_invoices()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/poynt_settlement.py", "source_location": "L159", "id": "poynt_settlement_poyntsettlementbatch_action_view_invoices", "community": 3, "norm_label": ".action_view_invoices()" }, { "label": ".action_fetch_transactions()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/poynt_settlement.py", "source_location": "L173", "id": "poynt_settlement_poyntsettlementbatch_action_fetch_transactions", "community": 3, "norm_label": ".action_fetch_transactions()" }, { "label": ".action_match_deposit()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/poynt_settlement.py", "source_location": "L234", "id": "poynt_settlement_poyntsettlementbatch_action_match_deposit", "community": 3, "norm_label": ".action_match_deposit()" }, { "label": ".action_match_existing_payments()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/poynt_settlement.py", "source_location": "L328", "id": "poynt_settlement_poyntsettlementbatch_action_match_existing_payments", "community": 3, "norm_label": ".action_match_existing_payments()" }, { "label": ".action_reset_to_draft()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/poynt_settlement.py", "source_location": "L355", "id": "poynt_settlement_poyntsettlementbatch_action_reset_to_draft", "community": 3, "norm_label": ".action_reset_to_draft()" }, { "label": "_cron_daily_settlement_sync()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/poynt_settlement.py", "source_location": "L364", "id": "poynt_settlement_cron_daily_settlement_sync", "community": 3, "norm_label": "_cron_daily_settlement_sync()" }, { "label": "PoyntSettlementLine", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/poynt_settlement.py", "source_location": "L463", "id": "poynt_settlement_poyntsettlementline", "community": 3, "norm_label": "poyntsettlementline" }, { "label": "._match_to_existing_payment()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/poynt_settlement.py", "source_location": "L540", "id": "poynt_settlement_poyntsettlementline_match_to_existing_payment", "community": 3, "norm_label": "._match_to_existing_payment()" }, { "label": "._get_already_matched_payment_ids()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/poynt_settlement.py", "source_location": "L644", "id": "poynt_settlement_poyntsettlementline_get_already_matched_payment_ids", "community": 3, "norm_label": "._get_already_matched_payment_ids()" }, { "label": "._find_invoice_for_payment()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/poynt_settlement.py", "source_location": "L650", "id": "poynt_settlement_poyntsettlementline_find_invoice_for_payment", "community": 3, "norm_label": "._find_invoice_for_payment()" }, { "label": "Open linked payments in a list view.", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/poynt_settlement.py", "source_location": "L148", "id": "poynt_settlement_rationale_148", "community": 3, "norm_label": "open linked payments in a list view." }, { "label": "Open linked invoices in a list view.", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/poynt_settlement.py", "source_location": "L160", "id": "poynt_settlement_rationale_160", "community": 3, "norm_label": "open linked invoices in a list view." }, { "label": "Fetch Poynt transactions for this batch's transaction date.", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/poynt_settlement.py", "source_location": "L174", "id": "poynt_settlement_rationale_174", "community": 3, "norm_label": "fetch poynt transactions for this batch's transaction date." }, { "label": "Match this batch to an Elavon bank statement line.", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/poynt_settlement.py", "source_location": "L235", "id": "poynt_settlement_rationale_235", "community": 3, "norm_label": "match this batch to an elavon bank statement line." }, { "label": "Match settlement lines to EXISTING payments already recorded by staff.", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/poynt_settlement.py", "source_location": "L329", "id": "poynt_settlement_rationale_329", "community": 3, "norm_label": "match settlement lines to existing payments already recorded by staff." }, { "label": "Reset batch to draft state.", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/poynt_settlement.py", "source_location": "L356", "id": "poynt_settlement_rationale_356", "community": 3, "norm_label": "reset batch to draft state." }, { "label": "Daily cron: fetch yesterday's transactions, match to today's deposit.", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/poynt_settlement.py", "source_location": "L365", "id": "poynt_settlement_rationale_365", "community": 20, "norm_label": "daily cron: fetch yesterday's transactions, match to today's deposit." }, { "label": "Match this Poynt transaction to an existing payment already in Odoo. St", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/poynt_settlement.py", "source_location": "L541", "id": "poynt_settlement_rationale_541", "community": 3, "norm_label": "match this poynt transaction to an existing payment already in odoo. st" }, { "label": "Get payment IDs already matched to other lines in this batch.", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/poynt_settlement.py", "source_location": "L645", "id": "poynt_settlement_rationale_645", "community": 3, "norm_label": "get payment ids already matched to other lines in this batch." }, { "label": "Find the invoice that a payment was applied to.", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/poynt_settlement.py", "source_location": "L651", "id": "poynt_settlement_rationale_651", "community": 3, "norm_label": "find the invoice that a payment was applied to." }, { "label": "__init__.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/__init__.py", "source_location": "L1", "id": "users_gurpreet_github_odoo_modules_fusion_poynt_models_init_py", "community": 16, "norm_label": "__init__.py" }, { "label": "account_payment.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/account_payment.py", "source_location": "L1", "id": "users_gurpreet_github_odoo_modules_fusion_poynt_models_account_payment_py", "community": 12, "norm_label": "account_payment.py" }, { "label": "AccountPayment", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/account_payment.py", "source_location": "L6", "id": "account_payment_accountpayment", "community": 12, "norm_label": "accountpayment" }, { "label": "_compute_poynt_settlement_count()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/account_payment.py", "source_location": "L20", "id": "account_payment_compute_poynt_settlement_count", "community": 12, "norm_label": "_compute_poynt_settlement_count()" }, { "label": ".action_view_poynt_settlement()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/account_payment.py", "source_location": "L24", "id": "account_payment_accountpayment_action_view_poynt_settlement", "community": 12, "norm_label": ".action_view_poynt_settlement()" }, { "label": "Open the settlement batch linked to this payment.", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/account_payment.py", "source_location": "L25", "id": "account_payment_rationale_25", "community": 12, "norm_label": "open the settlement batch linked to this payment." }, { "label": "poynt_terminal.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/poynt_terminal.py", "source_location": "L1", "id": "users_gurpreet_github_odoo_modules_fusion_poynt_models_poynt_terminal_py", "community": 4, "norm_label": "poynt_terminal.py" }, { "label": "PoyntTerminal", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/poynt_terminal.py", "source_location": "L14", "id": "poynt_terminal_poyntterminal", "community": 4, "norm_label": "poyntterminal" }, { "label": "._get_provider_sudo()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/poynt_terminal.py", "source_location": "L69", "id": "poynt_terminal_poyntterminal_get_provider_sudo", "community": 4, "norm_label": "._get_provider_sudo()" }, { "label": ".action_refresh_status()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/poynt_terminal.py", "source_location": "L72", "id": "poynt_terminal_poyntterminal_action_refresh_status", "community": 4, "norm_label": ".action_refresh_status()" }, { "label": ".action_send_payment_to_terminal()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/poynt_terminal.py", "source_location": "L101", "id": "poynt_terminal_poyntterminal_action_send_payment_to_terminal", "community": 4, "norm_label": ".action_send_payment_to_terminal()" }, { "label": "._get_terminal_callback_url()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/poynt_terminal.py", "source_location": "L175", "id": "poynt_terminal_poyntterminal_get_terminal_callback_url", "community": 4, "norm_label": "._get_terminal_callback_url()" }, { "label": ".action_check_terminal_payment_status()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/poynt_terminal.py", "source_location": "L184", "id": "poynt_terminal_poyntterminal_action_check_terminal_payment_status", "community": 4, "norm_label": ".action_check_terminal_payment_status()" }, { "label": "Refresh the terminal status from Poynt Cloud.", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/poynt_terminal.py", "source_location": "L73", "id": "poynt_terminal_rationale_73", "community": 4, "norm_label": "refresh the terminal status from poynt cloud." }, { "label": "Push a payment request to the physical Poynt terminal. This sends a clo", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/poynt_terminal.py", "source_location": "L102", "id": "poynt_terminal_rationale_102", "community": 4, "norm_label": "push a payment request to the physical poynt terminal. this sends a clo" }, { "label": "Build the callback URL for terminal payment completion. :return: The fu", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/poynt_terminal.py", "source_location": "L176", "id": "poynt_terminal_rationale_176", "community": 4, "norm_label": "build the callback url for terminal payment completion. :return: the fu" }, { "label": "Poll for the status of a terminal payment. Searches Poynt transactions", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/poynt_terminal.py", "source_location": "L185", "id": "poynt_terminal_rationale_185", "community": 4, "norm_label": "poll for the status of a terminal payment. searches poynt transactions" }, { "label": "res_config_settings.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/res_config_settings.py", "source_location": "L1", "id": "users_gurpreet_github_odoo_modules_fusion_poynt_models_res_config_settings_py", "community": 11, "norm_label": "res_config_settings.py" }, { "label": "ResConfigSettings", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/res_config_settings.py", "source_location": "L6", "id": "res_config_settings_resconfigsettings", "community": 11, "norm_label": "resconfigsettings" }, { "label": "get_values()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/res_config_settings.py", "source_location": "L46", "id": "res_config_settings_get_values", "community": 11, "norm_label": "get_values()" }, { "label": ".set_values()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/res_config_settings.py", "source_location": "L57", "id": "res_config_settings_resconfigsettings_set_values", "community": 11, "norm_label": ".set_values()" }, { "label": ".action_open_poynt_provider()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/res_config_settings.py", "source_location": "L65", "id": "res_config_settings_resconfigsettings_action_open_poynt_provider", "community": 11, "norm_label": ".action_open_poynt_provider()" }, { "label": ".action_open_poynt_terminals()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/res_config_settings.py", "source_location": "L85", "id": "res_config_settings_resconfigsettings_action_open_poynt_terminals", "community": 11, "norm_label": ".action_open_poynt_terminals()" }, { "label": "payment_form.js", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/static/src/interactions/payment_form.js", "source_location": "L1", "id": "users_gurpreet_github_odoo_modules_fusion_poynt_static_src_interactions_payment_form_js", "community": 7, "norm_label": "payment_form.js" }, { "label": "setup()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/static/src/interactions/payment_form.js", "source_location": "L11", "id": "payment_form_setup", "community": 7, "norm_label": "setup()" }, { "label": "_prepareInlineForm()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/static/src/interactions/payment_form.js", "source_location": "L20", "id": "payment_form_prepareinlineform", "community": 7, "norm_label": "_prepareinlineform()" }, { "label": "_prefillBillingAddress()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/static/src/interactions/payment_form.js", "source_location": "L51", "id": "payment_form_prefillbillingaddress", "community": 7, "norm_label": "_prefillbillingaddress()" }, { "label": "_detectCardBrand()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/static/src/interactions/payment_form.js", "source_location": "L66", "id": "payment_form_detectcardbrand", "community": 7, "norm_label": "_detectcardbrand()" }, { "label": "_setupSurcharge()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/static/src/interactions/payment_form.js", "source_location": "L81", "id": "payment_form_setupsurcharge", "community": 7, "norm_label": "_setupsurcharge()" }, { "label": "_updateSurchargeDisplay()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/static/src/interactions/payment_form.js", "source_location": "L103", "id": "payment_form_updatesurchargedisplay", "community": 7, "norm_label": "_updatesurchargedisplay()" }, { "label": "_setupCardFormatting()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/static/src/interactions/payment_form.js", "source_location": "L136", "id": "payment_form_setupcardformatting", "community": 7, "norm_label": "_setupcardformatting()" }, { "label": "_setupTerminalToggle()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/static/src/interactions/payment_form.js", "source_location": "L175", "id": "payment_form_setupterminaltoggle", "community": 7, "norm_label": "_setupterminaltoggle()" }, { "label": "_loadTerminals()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/static/src/interactions/payment_form.js", "source_location": "L210", "id": "payment_form_loadterminals", "community": 7, "norm_label": "_loadterminals()" }, { "label": "_initiatePaymentFlow()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/static/src/interactions/payment_form.js", "source_location": "L245", "id": "payment_form_initiatepaymentflow", "community": 7, "norm_label": "_initiatepaymentflow()" }, { "label": "_validateCardInputs()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/static/src/interactions/payment_form.js", "source_location": "L280", "id": "payment_form_validatecardinputs", "community": 7, "norm_label": "_validatecardinputs()" }, { "label": "_processDirectFlow()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/static/src/interactions/payment_form.js", "source_location": "L314", "id": "payment_form_processdirectflow", "community": 7, "norm_label": "_processdirectflow()" }, { "label": "_getSelectedCardType()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/static/src/interactions/payment_form.js", "source_location": "L331", "id": "payment_form_getselectedcardtype", "community": 7, "norm_label": "_getselectedcardtype()" }, { "label": "_showProcessingOverlay()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/static/src/interactions/payment_form.js", "source_location": "L336", "id": "payment_form_showprocessingoverlay", "community": 7, "norm_label": "_showprocessingoverlay()" }, { "label": "_hideProcessingOverlay()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/static/src/interactions/payment_form.js", "source_location": "L349", "id": "payment_form_hideprocessingoverlay", "community": 7, "norm_label": "_hideprocessingoverlay()" }, { "label": "_updateProcessingMessage()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/static/src/interactions/payment_form.js", "source_location": "L361", "id": "payment_form_updateprocessingmessage", "community": 7, "norm_label": "_updateprocessingmessage()" }, { "label": "_processCardPayment()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/static/src/interactions/payment_form.js", "source_location": "L366", "id": "payment_form_processcardpayment", "community": 7, "norm_label": "_processcardpayment()" }, { "label": "_processTerminalPayment()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/static/src/interactions/payment_form.js", "source_location": "L423", "id": "payment_form_processterminalpayment", "community": 7, "norm_label": "_processterminalpayment()" }, { "label": "_showTerminalWaitingScreen()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/static/src/interactions/payment_form.js", "source_location": "L454", "id": "payment_form_showterminalwaitingscreen", "community": 7, "norm_label": "_showterminalwaitingscreen()" }, { "label": "_pollTerminalStatus()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/static/src/interactions/payment_form.js", "source_location": "L476", "id": "payment_form_pollterminalstatus", "community": 7, "norm_label": "_pollterminalstatus()" }, { "label": "terminal_payment.js", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/static/src/interactions/terminal_payment.js", "source_location": "L1", "id": "users_gurpreet_github_odoo_modules_fusion_poynt_static_src_interactions_terminal_payment_js", "community": 8, "norm_label": "terminal_payment.js" }, { "label": "TerminalPaymentWidget", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/static/src/interactions/terminal_payment.js", "source_location": "L7", "id": "terminal_payment_terminalpaymentwidget", "community": 8, "norm_label": "terminalpaymentwidget" }, { "label": ".setup()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/static/src/interactions/terminal_payment.js", "source_location": "L19", "id": "terminal_payment_terminalpaymentwidget_setup", "community": 8, "norm_label": ".setup()" }, { "label": "._loadTerminals()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/static/src/interactions/terminal_payment.js", "source_location": "L31", "id": "terminal_payment_terminalpaymentwidget_loadterminals", "community": 8, "norm_label": "._loadterminals()" }, { "label": ".onTerminalChange()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/static/src/interactions/terminal_payment.js", "source_location": "L48", "id": "terminal_payment_terminalpaymentwidget_onterminalchange", "community": 8, "norm_label": ".onterminalchange()" }, { "label": ".onSendToTerminal()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/static/src/interactions/terminal_payment.js", "source_location": "L52", "id": "terminal_payment_terminalpaymentwidget_onsendtoterminal", "community": 8, "norm_label": ".onsendtoterminal()" }, { "label": "._pollStatus()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/static/src/interactions/terminal_payment.js", "source_location": "L89", "id": "terminal_payment_terminalpaymentwidget_pollstatus", "community": 8, "norm_label": "._pollstatus()" }, { "label": "poynt_wizard_poll.js", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/static/src/js/poynt_wizard_poll.js", "source_location": "L1", "id": "users_gurpreet_github_odoo_modules_fusion_poynt_static_src_js_poynt_wizard_poll_js", "community": 9, "norm_label": "poynt_wizard_poll.js" }, { "label": "PoyntPollAction", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/static/src/js/poynt_wizard_poll.js", "source_location": "L7", "id": "poynt_wizard_poll_poyntpollaction", "community": 9, "norm_label": "poyntpollaction" }, { "label": ".setup()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/static/src/js/poynt_wizard_poll.js", "source_location": "L11", "id": "poynt_wizard_poll_poyntpollaction_setup", "community": 9, "norm_label": ".setup()" }, { "label": "._stop()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/static/src/js/poynt_wizard_poll.js", "source_location": "L28", "id": "poynt_wizard_poll_poyntpollaction_stop", "community": 9, "norm_label": "._stop()" }, { "label": "._poll()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/static/src/js/poynt_wizard_poll.js", "source_location": "L33", "id": "poynt_wizard_poll_poyntpollaction_poll", "community": 9, "norm_label": "._poll()" }, { "label": ".onManualCheck()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/static/src/js/poynt_wizard_poll.js", "source_location": "L49", "id": "poynt_wizard_poll_poyntpollaction_onmanualcheck", "community": 9, "norm_label": ".onmanualcheck()" }, { "label": ".onCancel()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/static/src/js/poynt_wizard_poll.js", "source_location": "L58", "id": "poynt_wizard_poll_poyntpollaction_oncancel", "community": 9, "norm_label": ".oncancel()" }, { "label": "portal.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/portal.py", "source_location": "L1", "id": "users_gurpreet_github_odoo_modules_fusion_poynt_controllers_portal_py", "community": 13, "norm_label": "portal.py" }, { "label": "PoyntCustomerPortal", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/portal.py", "source_location": "L9", "id": "portal_poyntcustomerportal", "community": 13, "norm_label": "poyntcustomerportal" }, { "label": "CustomerPortal", "file_type": "code", "source_file": "", "source_location": "", "id": "customerportal", "community": 13, "norm_label": "customerportal" }, { "label": "portal_order_page()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/portal.py", "source_location": "L12", "id": "portal_portal_order_page", "community": 13, "norm_label": "portal_order_page()" }, { "label": "Auto-inject payment_amount for confirmed orders with outstanding balance.", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/portal.py", "source_location": "L23", "id": "portal_rationale_23", "community": 21, "norm_label": "auto-inject payment_amount for confirmed orders with outstanding balance." }, { "label": "__init__.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/__init__.py", "source_location": "L1", "id": "users_gurpreet_github_odoo_modules_fusion_poynt_controllers_init_py", "community": 17, "norm_label": "__init__.py" }, { "label": "main.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L1", "id": "users_gurpreet_github_odoo_modules_fusion_poynt_controllers_main_py", "community": 4, "norm_label": "main.py" }, { "label": "_detect_card_brand()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L22", "id": "main_detect_card_brand", "community": 4, "norm_label": "_detect_card_brand()" }, { "label": "PoyntController", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L41", "id": "main_poyntcontroller", "community": 0, "norm_label": "poyntcontroller" }, { "label": "poynt_return()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L50", "id": "main_poynt_return", "community": 1, "norm_label": "poynt_return()" }, { "label": "poynt_webhook()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L86", "id": "main_poynt_webhook", "community": 4, "norm_label": "poynt_webhook()" }, { "label": "._handle_transaction_webhook()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L131", "id": "main_poyntcontroller_handle_transaction_webhook", "community": 1, "norm_label": "._handle_transaction_webhook()" }, { "label": "._handle_order_webhook()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L207", "id": "main_poyntcontroller_handle_order_webhook", "community": 4, "norm_label": "._handle_order_webhook()" }, { "label": "._verify_webhook_signature()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L230", "id": "main_poyntcontroller_verify_webhook_signature", "community": 4, "norm_label": "._verify_webhook_signature()" }, { "label": "poynt_terminal_callback()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L268", "id": "main_poynt_terminal_callback", "community": 1, "norm_label": "poynt_terminal_callback()" }, { "label": "poynt_oauth_callback()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L323", "id": "main_poynt_oauth_callback", "community": 4, "norm_label": "poynt_oauth_callback()" }, { "label": "._apply_portal_surcharge()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L368", "id": "main_poyntcontroller_apply_portal_surcharge", "community": 4, "norm_label": "._apply_portal_surcharge()" }, { "label": "poynt_get_terminals()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L444", "id": "main_poynt_get_terminals", "community": 4, "norm_label": "poynt_get_terminals()" }, { "label": "poynt_process_card()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L467", "id": "main_poynt_process_card", "community": 4, "norm_label": "poynt_process_card()" }, { "label": "poynt_send_to_terminal()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L588", "id": "main_poynt_send_to_terminal", "community": 4, "norm_label": "poynt_send_to_terminal()" }, { "label": "poynt_terminal_status()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L624", "id": "main_poynt_terminal_status", "community": 4, "norm_label": "poynt_terminal_status()" }, { "label": "Detect the card brand from the card number using BIN prefixes.", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L23", "id": "main_rationale_23", "community": 4, "norm_label": "detect the card brand from the card number using bin prefixes." }, { "label": "Process the return from a Poynt payment flow. The customer is redirecte", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L51", "id": "main_rationale_51", "community": 22, "norm_label": "process the return from a poynt payment flow. the customer is redirecte" }, { "label": "Process webhook notifications from Poynt. Poynt sends cloud hook events", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L87", "id": "main_rationale_87", "community": 23, "norm_label": "process webhook notifications from poynt. poynt sends cloud hook events" }, { "label": "Process a transaction-related webhook event. :param str event_type: The", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L132", "id": "main_rationale_132", "community": 1, "norm_label": "process a transaction-related webhook event. :param str event_type: the" }, { "label": "Process an order-related webhook event. :param str event_type: The Poyn", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L208", "id": "main_rationale_208", "community": 4, "norm_label": "process an order-related webhook event. :param str event_type: the poyn" }, { "label": "Verify the webhook notification signature. :param dict event: The webho", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L231", "id": "main_rationale_231", "community": 4, "norm_label": "verify the webhook notification signature. :param dict event: the webho" }, { "label": "Handle callback from a Poynt terminal after a payment completes. The te", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L269", "id": "main_rationale_269", "community": 24, "norm_label": "handle callback from a poynt terminal after a payment completes. the te" }, { "label": "Handle the OAuth2 authorization callback from Poynt. After a merchant a", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L324", "id": "main_rationale_324", "community": 25, "norm_label": "handle the oauth2 authorization callback from poynt. after a merchant a" }, { "label": "Apply credit card surcharge to the linked invoice if enabled. Detects t", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L369", "id": "main_rationale_369", "community": 4, "norm_label": "apply credit card surcharge to the linked invoice if enabled. detects t" }, { "label": "Return available Poynt terminals for the given provider. :param int pro", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L445", "id": "main_rationale_445", "community": 26, "norm_label": "return available poynt terminals for the given provider. :param int pro" }, { "label": "Process a card payment through Poynt Cloud API. The frontend sends card", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L473", "id": "main_rationale_473", "community": 27, "norm_label": "process a card payment through poynt cloud api. the frontend sends card" }, { "label": "Send a payment request to a Poynt terminal device. :return: Dict with s", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L590", "id": "main_rationale_590", "community": 28, "norm_label": "send a payment request to a poynt terminal device. :return: dict with s" }, { "label": "Poll the status of a terminal payment. :return: Dict with current payme", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L625", "id": "main_rationale_625", "community": 29, "norm_label": "poll the status of a terminal payment. :return: dict with current payme" } ], "links": [ { "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/__init__.py", "source_location": "L5", "weight": 1.0, "_src": "users_gurpreet_github_odoo_modules_fusion_poynt_init_py", "_tgt": "users_gurpreet_github_odoo_modules_fusion_poynt_init_py", "source": "users_gurpreet_github_odoo_modules_fusion_poynt_init_py", "target": "users_gurpreet_github_odoo_modules_fusion_poynt_init_py", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/__init__.py", "source_location": "L8", "weight": 1.0, "_src": "users_gurpreet_github_odoo_modules_fusion_poynt_init_py", "_tgt": "init_post_init_hook", "source": "users_gurpreet_github_odoo_modules_fusion_poynt_init_py", "target": "init_post_init_hook", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/__init__.py", "source_location": "L15", "weight": 1.0, "_src": "users_gurpreet_github_odoo_modules_fusion_poynt_init_py", "_tgt": "init_uninstall_hook", "source": "users_gurpreet_github_odoo_modules_fusion_poynt_init_py", "target": "init_uninstall_hook", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/utils.py", "source_location": "L12", "weight": 1.0, "_src": "users_gurpreet_github_odoo_modules_fusion_poynt_utils_py", "_tgt": "utils_generate_request_id", "source": "users_gurpreet_github_odoo_modules_fusion_poynt_utils_py", "target": "utils_generate_request_id", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/utils.py", "source_location": "L17", "weight": 1.0, "_src": "users_gurpreet_github_odoo_modules_fusion_poynt_utils_py", "_tgt": "utils_build_api_url", "source": "users_gurpreet_github_odoo_modules_fusion_poynt_utils_py", "target": "utils_build_api_url", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/utils.py", "source_location": "L36", "weight": 1.0, "_src": "users_gurpreet_github_odoo_modules_fusion_poynt_utils_py", "_tgt": "utils_build_api_headers", "source": "users_gurpreet_github_odoo_modules_fusion_poynt_utils_py", "target": "utils_build_api_headers", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/utils.py", "source_location": "L56", "weight": 1.0, "_src": "users_gurpreet_github_odoo_modules_fusion_poynt_utils_py", "_tgt": "utils_clean_application_id", "source": "users_gurpreet_github_odoo_modules_fusion_poynt_utils_py", "target": "utils_clean_application_id", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/utils.py", "source_location": "L75", "weight": 1.0, "_src": "users_gurpreet_github_odoo_modules_fusion_poynt_utils_py", "_tgt": "utils_create_self_signed_jwt", "source": "users_gurpreet_github_odoo_modules_fusion_poynt_utils_py", "target": "utils_create_self_signed_jwt", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/utils.py", "source_location": "L125", "weight": 1.0, "_src": "users_gurpreet_github_odoo_modules_fusion_poynt_utils_py", "_tgt": "utils_format_poynt_amount", "source": "users_gurpreet_github_odoo_modules_fusion_poynt_utils_py", "target": "utils_format_poynt_amount", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/utils.py", "source_location": "L137", "weight": 1.0, "_src": "users_gurpreet_github_odoo_modules_fusion_poynt_utils_py", "_tgt": "utils_parse_poynt_amount", "source": "users_gurpreet_github_odoo_modules_fusion_poynt_utils_py", "target": "utils_parse_poynt_amount", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/utils.py", "source_location": "L149", "weight": 1.0, "_src": "users_gurpreet_github_odoo_modules_fusion_poynt_utils_py", "_tgt": "utils_extract_card_details", "source": "users_gurpreet_github_odoo_modules_fusion_poynt_utils_py", "target": "utils_extract_card_details", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/utils.py", "source_location": "L175", "weight": 1.0, "_src": "users_gurpreet_github_odoo_modules_fusion_poynt_utils_py", "_tgt": "utils_get_poynt_status", "source": "users_gurpreet_github_odoo_modules_fusion_poynt_utils_py", "target": "utils_get_poynt_status", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/utils.py", "source_location": "L188", "weight": 1.0, "_src": "users_gurpreet_github_odoo_modules_fusion_poynt_utils_py", "_tgt": "utils_build_order_payload", "source": "users_gurpreet_github_odoo_modules_fusion_poynt_utils_py", "target": "utils_build_order_payload", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/utils.py", "source_location": "L241", "weight": 1.0, "_src": "users_gurpreet_github_odoo_modules_fusion_poynt_utils_py", "_tgt": "utils_build_transaction_payload", "source": "users_gurpreet_github_odoo_modules_fusion_poynt_utils_py", "target": "utils_build_transaction_payload", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/utils.py", "source_location": "L296", "weight": 1.0, "_src": "users_gurpreet_github_odoo_modules_fusion_poynt_utils_py", "_tgt": "utils_build_token_charge_payload", "source": "users_gurpreet_github_odoo_modules_fusion_poynt_utils_py", "target": "utils_build_token_charge_payload", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/utils.py", "source_location": "L45", "weight": 1.0, "_src": "utils_build_api_headers", "_tgt": "utils_generate_request_id", "source": "utils_generate_request_id", "target": "utils_build_api_headers", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/utils.py", "source_location": "L13", "weight": 1.0, "_src": "utils_rationale_13", "_tgt": "utils_generate_request_id", "source": "utils_generate_request_id", "target": "utils_rationale_13", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L196", "weight": 1.0, "_src": "payment_provider_paymentprovider_poynt_make_request", "_tgt": "utils_generate_request_id", "source": "utils_generate_request_id", "target": "payment_provider_paymentprovider_poynt_make_request" }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/utils.py", "source_location": "L18", "weight": 1.0, "_src": "utils_rationale_18", "_tgt": "utils_build_api_url", "source": "utils_build_api_url", "target": "utils_rationale_18", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L189", "weight": 1.0, "_src": "payment_provider_paymentprovider_poynt_make_request", "_tgt": "utils_build_api_url", "source": "utils_build_api_url", "target": "payment_provider_paymentprovider_poynt_make_request" }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/utils.py", "source_location": "L37", "weight": 1.0, "_src": "utils_rationale_37", "_tgt": "utils_build_api_headers", "source": "utils_build_api_headers", "target": "utils_rationale_37", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L197", "weight": 1.0, "_src": "payment_provider_paymentprovider_poynt_make_request", "_tgt": "utils_build_api_headers", "source": "utils_build_api_headers", "target": "payment_provider_paymentprovider_poynt_make_request" }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/utils.py", "source_location": "L105", "weight": 1.0, "_src": "utils_create_self_signed_jwt", "_tgt": "utils_clean_application_id", "source": "utils_clean_application_id", "target": "utils_create_self_signed_jwt", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/utils.py", "source_location": "L57", "weight": 1.0, "_src": "utils_rationale_57", "_tgt": "utils_clean_application_id", "source": "utils_clean_application_id", "target": "utils_rationale_57", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/utils.py", "source_location": "L76", "weight": 1.0, "_src": "utils_rationale_76", "_tgt": "utils_create_self_signed_jwt", "source": "utils_create_self_signed_jwt", "target": "utils_rationale_76", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L113", "weight": 1.0, "_src": "payment_provider_paymentprovider_poynt_get_access_token", "_tgt": "utils_create_self_signed_jwt", "source": "utils_create_self_signed_jwt", "target": "payment_provider_paymentprovider_poynt_get_access_token" }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/utils.py", "source_location": "L202", "weight": 1.0, "_src": "utils_build_order_payload", "_tgt": "utils_format_poynt_amount", "source": "utils_format_poynt_amount", "target": "utils_build_order_payload", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/utils.py", "source_location": "L258", "weight": 1.0, "_src": "utils_build_transaction_payload", "_tgt": "utils_format_poynt_amount", "source": "utils_format_poynt_amount", "target": "utils_build_transaction_payload", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/utils.py", "source_location": "L312", "weight": 1.0, "_src": "utils_build_token_charge_payload", "_tgt": "utils_format_poynt_amount", "source": "utils_format_poynt_amount", "target": "utils_build_token_charge_payload", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/utils.py", "source_location": "L126", "weight": 1.0, "_src": "utils_rationale_126", "_tgt": "utils_format_poynt_amount", "source": "utils_format_poynt_amount", "target": "utils_rationale_126", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/wizard/poynt_refund_wizard.py", "source_location": "L311", "weight": 1.0, "_src": "poynt_refund_wizard_poyntrefundwizard_process_referenced_refund", "_tgt": "utils_format_poynt_amount", "source": "utils_format_poynt_amount", "target": "poynt_refund_wizard_poyntrefundwizard_process_referenced_refund" }, { "relation": "calls", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/wizard/poynt_refund_wizard.py", "source_location": "L361", "weight": 1.0, "_src": "poynt_refund_wizard_poyntrefundwizard_process_non_referenced_credit", "_tgt": "utils_format_poynt_amount", "source": "utils_format_poynt_amount", "target": "poynt_refund_wizard_poyntrefundwizard_process_non_referenced_credit" }, { "relation": "calls", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/wizard/poynt_payment_wizard.py", "source_location": "L406", "weight": 1.0, "_src": "poynt_payment_wizard_poyntpaymentwizard_process_card_payment", "_tgt": "utils_format_poynt_amount", "source": "utils_format_poynt_amount", "target": "poynt_payment_wizard_poyntpaymentwizard_process_card_payment" }, { "relation": "calls", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L320", "weight": 1.0, "_src": "payment_provider_paymentprovider_poynt_get_inline_form_values", "_tgt": "utils_format_poynt_amount", "source": "utils_format_poynt_amount", "target": "payment_provider_paymentprovider_poynt_get_inline_form_values" }, { "relation": "calls", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_transaction.py", "source_location": "L388", "weight": 1.0, "_src": "payment_transaction_paymenttransaction_send_refund_request", "_tgt": "utils_format_poynt_amount", "source": "utils_format_poynt_amount", "target": "payment_transaction_paymenttransaction_send_refund_request" }, { "relation": "calls", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_transaction.py", "source_location": "L453", "weight": 1.0, "_src": "payment_transaction_paymenttransaction_send_capture_request", "_tgt": "utils_format_poynt_amount", "source": "utils_format_poynt_amount", "target": "payment_transaction_paymenttransaction_send_capture_request" }, { "relation": "calls", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/poynt_terminal.py", "source_location": "L123", "weight": 1.0, "_src": "poynt_terminal_poyntterminal_action_send_payment_to_terminal", "_tgt": "utils_format_poynt_amount", "source": "utils_format_poynt_amount", "target": "poynt_terminal_poyntterminal_action_send_payment_to_terminal" }, { "relation": "calls", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L524", "weight": 1.0, "_src": "main_poynt_process_card", "_tgt": "utils_format_poynt_amount", "source": "utils_format_poynt_amount", "target": "main_poynt_process_card" }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/utils.py", "source_location": "L138", "weight": 1.0, "_src": "utils_rationale_138", "_tgt": "utils_parse_poynt_amount", "source": "utils_parse_poynt_amount", "target": "utils_rationale_138", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L190", "weight": 1.0, "_src": "main_poyntcontroller_handle_transaction_webhook", "_tgt": "utils_parse_poynt_amount", "source": "utils_parse_poynt_amount", "target": "main_poyntcontroller_handle_transaction_webhook" }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/utils.py", "source_location": "L150", "weight": 1.0, "_src": "utils_rationale_150", "_tgt": "utils_extract_card_details", "source": "utils_extract_card_details", "target": "utils_rationale_150", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_transaction.py", "source_location": "L712", "weight": 1.0, "_src": "payment_transaction_paymenttransaction_apply_updates", "_tgt": "utils_extract_card_details", "source": "utils_extract_card_details", "target": "payment_transaction_paymenttransaction_apply_updates" }, { "relation": "calls", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_transaction.py", "source_location": "L820", "weight": 1.0, "_src": "payment_transaction_paymenttransaction_extract_token_values", "_tgt": "utils_extract_card_details", "source": "utils_extract_card_details", "target": "payment_transaction_paymenttransaction_extract_token_values" }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/utils.py", "source_location": "L176", "weight": 1.0, "_src": "utils_rationale_176", "_tgt": "utils_get_poynt_status", "source": "utils_get_poynt_status", "target": "utils_rationale_176", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_transaction.py", "source_location": "L726", "weight": 1.0, "_src": "payment_transaction_paymenttransaction_apply_updates", "_tgt": "utils_get_poynt_status", "source": "utils_get_poynt_status", "target": "payment_transaction_paymenttransaction_apply_updates" }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/utils.py", "source_location": "L190", "weight": 1.0, "_src": "utils_rationale_190", "_tgt": "utils_build_order_payload", "source": "utils_build_order_payload", "target": "utils_rationale_190", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/wizard/poynt_payment_wizard.py", "source_location": "L740", "weight": 1.0, "_src": "poynt_payment_wizard_poyntpaymentwizard_create_poynt_order", "_tgt": "utils_build_order_payload", "source": "utils_build_order_payload", "target": "poynt_payment_wizard_poyntpaymentwizard_create_poynt_order" }, { "relation": "calls", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_transaction.py", "source_location": "L124", "weight": 1.0, "_src": "payment_transaction_paymenttransaction_poynt_create_order", "_tgt": "utils_build_order_payload", "source": "utils_build_order_payload", "target": "payment_transaction_paymenttransaction_poynt_create_order" }, { "relation": "calls", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_transaction.py", "source_location": "L147", "weight": 1.0, "_src": "payment_transaction_paymenttransaction_poynt_create_order_and_authorize", "_tgt": "utils_build_order_payload", "source": "utils_build_order_payload", "target": "payment_transaction_paymenttransaction_poynt_create_order_and_authorize" }, { "relation": "calls", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_transaction.py", "source_location": "L316", "weight": 1.0, "_src": "payment_transaction_paymenttransaction_poynt_process_token_payment", "_tgt": "utils_build_order_payload", "source": "utils_build_order_payload", "target": "payment_transaction_paymenttransaction_poynt_process_token_payment" }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/utils.py", "source_location": "L245", "weight": 1.0, "_src": "utils_rationale_245", "_tgt": "utils_build_transaction_payload", "source": "utils_build_transaction_payload", "target": "utils_rationale_245", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_transaction.py", "source_location": "L159", "weight": 1.0, "_src": "payment_transaction_paymenttransaction_poynt_create_order_and_authorize", "_tgt": "utils_build_transaction_payload", "source": "utils_build_transaction_payload", "target": "payment_transaction_paymenttransaction_poynt_create_order_and_authorize" }, { "relation": "calls", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_transaction.py", "source_location": "L326", "weight": 1.0, "_src": "payment_transaction_paymenttransaction_poynt_process_token_payment", "_tgt": "utils_build_transaction_payload", "source": "utils_build_transaction_payload", "target": "payment_transaction_paymenttransaction_poynt_process_token_payment" }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/utils.py", "source_location": "L300", "weight": 1.0, "_src": "utils_rationale_300", "_tgt": "utils_build_token_charge_payload", "source": "utils_build_token_charge_payload", "target": "utils_rationale_300", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L288", "weight": 1.0, "_src": "payment_provider_paymentprovider_poynt_charge_token", "_tgt": "utils_build_token_charge_payload", "source": "utils_build_token_charge_payload", "target": "payment_provider_paymentprovider_poynt_charge_token" }, { "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/wizard/__init__.py", "source_location": "L4", "weight": 1.0, "_src": "users_gurpreet_github_odoo_modules_fusion_poynt_wizard_init_py", "_tgt": "users_gurpreet_github_odoo_modules_fusion_poynt_wizard_init_py", "source": "users_gurpreet_github_odoo_modules_fusion_poynt_wizard_init_py", "target": "users_gurpreet_github_odoo_modules_fusion_poynt_wizard_init_py", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/wizard/poynt_refund_wizard.py", "source_location": "L18", "weight": 1.0, "_src": "users_gurpreet_github_odoo_modules_fusion_poynt_wizard_poynt_refund_wizard_py", "_tgt": "poynt_refund_wizard_poyntrefundwizard", "source": "users_gurpreet_github_odoo_modules_fusion_poynt_wizard_poynt_refund_wizard_py", "target": "poynt_refund_wizard_poyntrefundwizard", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/wizard/poynt_refund_wizard.py", "source_location": "L116", "weight": 1.0, "_src": "users_gurpreet_github_odoo_modules_fusion_poynt_wizard_poynt_refund_wizard_py", "_tgt": "poynt_refund_wizard_default_get", "source": "users_gurpreet_github_odoo_modules_fusion_poynt_wizard_poynt_refund_wizard_py", "target": "poynt_refund_wizard_default_get", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/wizard/poynt_refund_wizard.py", "source_location": "L112", "weight": 1.0, "_src": "poynt_refund_wizard_poyntrefundwizard", "_tgt": "poynt_refund_wizard_poyntrefundwizard_get_provider_sudo", "source": "poynt_refund_wizard_poyntrefundwizard", "target": "poynt_refund_wizard_poyntrefundwizard_get_provider_sudo", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/wizard/poynt_refund_wizard.py", "source_location": "L182", "weight": 1.0, "_src": "poynt_refund_wizard_poyntrefundwizard", "_tgt": "poynt_refund_wizard_poyntrefundwizard_action_process_refund", "source": "poynt_refund_wizard_poyntrefundwizard", "target": "poynt_refund_wizard_poyntrefundwizard_action_process_refund", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/wizard/poynt_refund_wizard.py", "source_location": "L204", "weight": 1.0, "_src": "poynt_refund_wizard_poyntrefundwizard", "_tgt": "poynt_refund_wizard_poyntrefundwizard_verify_transaction_not_already_reversed", "source": "poynt_refund_wizard_poyntrefundwizard", "target": "poynt_refund_wizard_poyntrefundwizard_verify_transaction_not_already_reversed", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/wizard/poynt_refund_wizard.py", "source_location": "L238", "weight": 1.0, "_src": "poynt_refund_wizard_poyntrefundwizard", "_tgt": "poynt_refund_wizard_poyntrefundwizard_check_txn_reversed", "source": "poynt_refund_wizard_poyntrefundwizard", "target": "poynt_refund_wizard_poyntrefundwizard_check_txn_reversed", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/wizard/poynt_refund_wizard.py", "source_location": "L287", "weight": 1.0, "_src": "poynt_refund_wizard_poyntrefundwizard", "_tgt": "poynt_refund_wizard_poyntrefundwizard_process_referenced_refund", "source": "poynt_refund_wizard_poyntrefundwizard", "target": "poynt_refund_wizard_poyntrefundwizard_process_referenced_refund", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/wizard/poynt_refund_wizard.py", "source_location": "L347", "weight": 1.0, "_src": "poynt_refund_wizard_poyntrefundwizard", "_tgt": "poynt_refund_wizard_poyntrefundwizard_process_non_referenced_credit", "source": "poynt_refund_wizard_poyntrefundwizard", "target": "poynt_refund_wizard_poyntrefundwizard_process_non_referenced_credit", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/wizard/poynt_refund_wizard.py", "source_location": "L436", "weight": 1.0, "_src": "poynt_refund_wizard_poyntrefundwizard", "_tgt": "poynt_refund_wizard_poyntrefundwizard_handle_refund_result", "source": "poynt_refund_wizard_poyntrefundwizard", "target": "poynt_refund_wizard_poyntrefundwizard_handle_refund_result", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/wizard/poynt_refund_wizard.py", "source_location": "L485", "weight": 1.0, "_src": "poynt_refund_wizard_poyntrefundwizard", "_tgt": "poynt_refund_wizard_poyntrefundwizard_create_refund_transaction", "source": "poynt_refund_wizard_poyntrefundwizard", "target": "poynt_refund_wizard_poyntrefundwizard_create_refund_transaction", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/wizard/poynt_refund_wizard.py", "source_location": "L517", "weight": 1.0, "_src": "poynt_refund_wizard_poyntrefundwizard", "_tgt": "poynt_refund_wizard_poyntrefundwizard_action_send_receipt", "source": "poynt_refund_wizard_poyntrefundwizard", "target": "poynt_refund_wizard_poyntrefundwizard_action_send_receipt", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/wizard/poynt_refund_wizard.py", "source_location": "L534", "weight": 1.0, "_src": "poynt_refund_wizard_poyntrefundwizard", "_tgt": "poynt_refund_wizard_poyntrefundwizard_reopen_wizard", "source": "poynt_refund_wizard_poyntrefundwizard", "target": "poynt_refund_wizard_poyntrefundwizard_reopen_wizard", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/wizard/poynt_refund_wizard.py", "source_location": "L213", "weight": 1.0, "_src": "poynt_refund_wizard_poyntrefundwizard_verify_transaction_not_already_reversed", "_tgt": "poynt_refund_wizard_poyntrefundwizard_get_provider_sudo", "source": "poynt_refund_wizard_poyntrefundwizard_get_provider_sudo", "target": "poynt_refund_wizard_poyntrefundwizard_verify_transaction_not_already_reversed", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/wizard/poynt_refund_wizard.py", "source_location": "L290", "weight": 1.0, "_src": "poynt_refund_wizard_poyntrefundwizard_process_referenced_refund", "_tgt": "poynt_refund_wizard_poyntrefundwizard_get_provider_sudo", "source": "poynt_refund_wizard_poyntrefundwizard_get_provider_sudo", "target": "poynt_refund_wizard_poyntrefundwizard_process_referenced_refund", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/wizard/poynt_refund_wizard.py", "source_location": "L359", "weight": 1.0, "_src": "poynt_refund_wizard_poyntrefundwizard_process_non_referenced_credit", "_tgt": "poynt_refund_wizard_poyntrefundwizard_get_provider_sudo", "source": "poynt_refund_wizard_poyntrefundwizard_get_provider_sudo", "target": "poynt_refund_wizard_poyntrefundwizard_process_non_referenced_credit", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/wizard/poynt_refund_wizard.py", "source_location": "L129", "weight": 1.0, "_src": "poynt_refund_wizard_default_get", "_tgt": "account_move_accountmove_get_original_poynt_transaction", "source": "poynt_refund_wizard_default_get", "target": "account_move_accountmove_get_original_poynt_transaction" }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/wizard/poynt_refund_wizard.py", "source_location": "L198", "weight": 1.0, "_src": "poynt_refund_wizard_poyntrefundwizard_action_process_refund", "_tgt": "poynt_refund_wizard_poyntrefundwizard_verify_transaction_not_already_reversed", "source": "poynt_refund_wizard_poyntrefundwizard_action_process_refund", "target": "poynt_refund_wizard_poyntrefundwizard_verify_transaction_not_already_reversed", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/wizard/poynt_refund_wizard.py", "source_location": "L201", "weight": 1.0, "_src": "poynt_refund_wizard_poyntrefundwizard_action_process_refund", "_tgt": "poynt_refund_wizard_poyntrefundwizard_process_non_referenced_credit", "source": "poynt_refund_wizard_poyntrefundwizard_action_process_refund", "target": "poynt_refund_wizard_poyntrefundwizard_process_non_referenced_credit", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/wizard/poynt_refund_wizard.py", "source_location": "L202", "weight": 1.0, "_src": "poynt_refund_wizard_poyntrefundwizard_action_process_refund", "_tgt": "poynt_refund_wizard_poyntrefundwizard_process_referenced_refund", "source": "poynt_refund_wizard_poyntrefundwizard_action_process_refund", "target": "poynt_refund_wizard_poyntrefundwizard_process_referenced_refund", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/wizard/poynt_refund_wizard.py", "source_location": "L183", "weight": 1.0, "_src": "poynt_refund_wizard_rationale_183", "_tgt": "poynt_refund_wizard_poyntrefundwizard_action_process_refund", "source": "poynt_refund_wizard_poyntrefundwizard_action_process_refund", "target": "poynt_refund_wizard_rationale_183", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/wizard/poynt_refund_wizard.py", "source_location": "L224", "weight": 1.0, "_src": "poynt_refund_wizard_poyntrefundwizard_verify_transaction_not_already_reversed", "_tgt": "poynt_refund_wizard_poyntrefundwizard_check_txn_reversed", "source": "poynt_refund_wizard_poyntrefundwizard_verify_transaction_not_already_reversed", "target": "poynt_refund_wizard_poyntrefundwizard_check_txn_reversed", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/wizard/poynt_refund_wizard.py", "source_location": "L205", "weight": 1.0, "_src": "poynt_refund_wizard_rationale_205", "_tgt": "poynt_refund_wizard_poyntrefundwizard_verify_transaction_not_already_reversed", "source": "poynt_refund_wizard_poyntrefundwizard_verify_transaction_not_already_reversed", "target": "poynt_refund_wizard_rationale_205", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/wizard/poynt_refund_wizard.py", "source_location": "L217", "weight": 1.0, "_src": "poynt_refund_wizard_poyntrefundwizard_verify_transaction_not_already_reversed", "_tgt": "payment_provider_paymentprovider_poynt_make_request", "source": "poynt_refund_wizard_poyntrefundwizard_verify_transaction_not_already_reversed", "target": "payment_provider_paymentprovider_poynt_make_request" }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/wizard/poynt_refund_wizard.py", "source_location": "L239", "weight": 1.0, "_src": "poynt_refund_wizard_rationale_239", "_tgt": "poynt_refund_wizard_poyntrefundwizard_check_txn_reversed", "source": "poynt_refund_wizard_poyntrefundwizard_check_txn_reversed", "target": "poynt_refund_wizard_rationale_239", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/wizard/poynt_refund_wizard.py", "source_location": "L343", "weight": 1.0, "_src": "poynt_refund_wizard_poyntrefundwizard_process_referenced_refund", "_tgt": "poynt_refund_wizard_poyntrefundwizard_reopen_wizard", "source": "poynt_refund_wizard_poyntrefundwizard_process_referenced_refund", "target": "poynt_refund_wizard_poyntrefundwizard_reopen_wizard", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/wizard/poynt_refund_wizard.py", "source_location": "L345", "weight": 1.0, "_src": "poynt_refund_wizard_poyntrefundwizard_process_referenced_refund", "_tgt": "poynt_refund_wizard_poyntrefundwizard_handle_refund_result", "source": "poynt_refund_wizard_poyntrefundwizard_process_referenced_refund", "target": "poynt_refund_wizard_poyntrefundwizard_handle_refund_result", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/wizard/poynt_refund_wizard.py", "source_location": "L288", "weight": 1.0, "_src": "poynt_refund_wizard_rationale_288", "_tgt": "poynt_refund_wizard_poyntrefundwizard_process_referenced_refund", "source": "poynt_refund_wizard_poyntrefundwizard_process_referenced_refund", "target": "poynt_refund_wizard_rationale_288", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/wizard/poynt_refund_wizard.py", "source_location": "L294", "weight": 1.0, "_src": "poynt_refund_wizard_poyntrefundwizard_process_referenced_refund", "_tgt": "payment_provider_paymentprovider_poynt_make_request", "source": "poynt_refund_wizard_poyntrefundwizard_process_referenced_refund", "target": "payment_provider_paymentprovider_poynt_make_request" }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/wizard/poynt_refund_wizard.py", "source_location": "L400", "weight": 1.0, "_src": "poynt_refund_wizard_poyntrefundwizard_process_non_referenced_credit", "_tgt": "poynt_refund_wizard_poyntrefundwizard_reopen_wizard", "source": "poynt_refund_wizard_poyntrefundwizard_process_non_referenced_credit", "target": "poynt_refund_wizard_poyntrefundwizard_reopen_wizard", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/wizard/poynt_refund_wizard.py", "source_location": "L402", "weight": 1.0, "_src": "poynt_refund_wizard_poyntrefundwizard_process_non_referenced_credit", "_tgt": "poynt_refund_wizard_poyntrefundwizard_create_refund_transaction", "source": "poynt_refund_wizard_poyntrefundwizard_process_non_referenced_credit", "target": "poynt_refund_wizard_poyntrefundwizard_create_refund_transaction", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/wizard/poynt_refund_wizard.py", "source_location": "L348", "weight": 1.0, "_src": "poynt_refund_wizard_rationale_348", "_tgt": "poynt_refund_wizard_poyntrefundwizard_process_non_referenced_credit", "source": "poynt_refund_wizard_poyntrefundwizard_process_non_referenced_credit", "target": "poynt_refund_wizard_rationale_348", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/wizard/poynt_refund_wizard.py", "source_location": "L390", "weight": 1.0, "_src": "poynt_refund_wizard_poyntrefundwizard_process_non_referenced_credit", "_tgt": "payment_provider_paymentprovider_poynt_make_request", "source": "poynt_refund_wizard_poyntrefundwizard_process_non_referenced_credit", "target": "payment_provider_paymentprovider_poynt_make_request" }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/wizard/poynt_refund_wizard.py", "source_location": "L455", "weight": 1.0, "_src": "poynt_refund_wizard_poyntrefundwizard_handle_refund_result", "_tgt": "poynt_refund_wizard_poyntrefundwizard_reopen_wizard", "source": "poynt_refund_wizard_poyntrefundwizard_handle_refund_result", "target": "poynt_refund_wizard_poyntrefundwizard_reopen_wizard", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/wizard/poynt_refund_wizard.py", "source_location": "L457", "weight": 1.0, "_src": "poynt_refund_wizard_poyntrefundwizard_handle_refund_result", "_tgt": "poynt_refund_wizard_poyntrefundwizard_create_refund_transaction", "source": "poynt_refund_wizard_poyntrefundwizard_handle_refund_result", "target": "poynt_refund_wizard_poyntrefundwizard_create_refund_transaction", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/wizard/poynt_refund_wizard.py", "source_location": "L437", "weight": 1.0, "_src": "poynt_refund_wizard_rationale_437", "_tgt": "poynt_refund_wizard_poyntrefundwizard_handle_refund_result", "source": "poynt_refund_wizard_poyntrefundwizard_handle_refund_result", "target": "poynt_refund_wizard_rationale_437", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/wizard/poynt_refund_wizard.py", "source_location": "L486", "weight": 1.0, "_src": "poynt_refund_wizard_rationale_486", "_tgt": "poynt_refund_wizard_poyntrefundwizard_create_refund_transaction", "source": "poynt_refund_wizard_poyntrefundwizard_create_refund_transaction", "target": "poynt_refund_wizard_rationale_486", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/wizard/poynt_refund_wizard.py", "source_location": "L494", "weight": 1.0, "_src": "poynt_refund_wizard_poyntrefundwizard_create_refund_transaction", "_tgt": "poynt_settlement_create", "source": "poynt_refund_wizard_poyntrefundwizard_create_refund_transaction", "target": "poynt_settlement_create" }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/wizard/poynt_refund_wizard.py", "source_location": "L518", "weight": 1.0, "_src": "poynt_refund_wizard_rationale_518", "_tgt": "poynt_refund_wizard_poyntrefundwizard_action_send_receipt", "source": "poynt_refund_wizard_poyntrefundwizard_action_send_receipt", "target": "poynt_refund_wizard_rationale_518", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/wizard/poynt_payment_wizard.py", "source_location": "L13", "weight": 1.0, "_src": "users_gurpreet_github_odoo_modules_fusion_poynt_wizard_poynt_payment_wizard_py", "_tgt": "poynt_payment_wizard_poyntpaymentwizard", "source": "users_gurpreet_github_odoo_modules_fusion_poynt_wizard_poynt_payment_wizard_py", "target": "poynt_payment_wizard_poyntpaymentwizard", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/wizard/poynt_payment_wizard.py", "source_location": "L137", "weight": 1.0, "_src": "users_gurpreet_github_odoo_modules_fusion_poynt_wizard_poynt_payment_wizard_py", "_tgt": "poynt_payment_wizard_compute_surcharge_enabled", "source": "users_gurpreet_github_odoo_modules_fusion_poynt_wizard_poynt_payment_wizard_py", "target": "poynt_payment_wizard_compute_surcharge_enabled", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/wizard/poynt_payment_wizard.py", "source_location": "L145", "weight": 1.0, "_src": "users_gurpreet_github_odoo_modules_fusion_poynt_wizard_poynt_payment_wizard_py", "_tgt": "poynt_payment_wizard_detect_card_brand", "source": "users_gurpreet_github_odoo_modules_fusion_poynt_wizard_poynt_payment_wizard_py", "target": "poynt_payment_wizard_detect_card_brand", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/wizard/poynt_payment_wizard.py", "source_location": "L173", "weight": 1.0, "_src": "users_gurpreet_github_odoo_modules_fusion_poynt_wizard_poynt_payment_wizard_py", "_tgt": "poynt_payment_wizard_onchange_card_number", "source": "users_gurpreet_github_odoo_modules_fusion_poynt_wizard_poynt_payment_wizard_py", "target": "poynt_payment_wizard_onchange_card_number", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/wizard/poynt_payment_wizard.py", "source_location": "L178", "weight": 1.0, "_src": "users_gurpreet_github_odoo_modules_fusion_poynt_wizard_poynt_payment_wizard_py", "_tgt": "poynt_payment_wizard_onchange_card_type", "source": "users_gurpreet_github_odoo_modules_fusion_poynt_wizard_poynt_payment_wizard_py", "target": "poynt_payment_wizard_onchange_card_type", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/wizard/poynt_payment_wizard.py", "source_location": "L189", "weight": 1.0, "_src": "users_gurpreet_github_odoo_modules_fusion_poynt_wizard_poynt_payment_wizard_py", "_tgt": "poynt_payment_wizard_default_get", "source": "users_gurpreet_github_odoo_modules_fusion_poynt_wizard_poynt_payment_wizard_py", "target": "poynt_payment_wizard_default_get", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/wizard/poynt_payment_wizard.py", "source_location": "L216", "weight": 1.0, "_src": "users_gurpreet_github_odoo_modules_fusion_poynt_wizard_poynt_payment_wizard_py", "_tgt": "poynt_payment_wizard_onchange_provider_id", "source": "users_gurpreet_github_odoo_modules_fusion_poynt_wizard_poynt_payment_wizard_py", "target": "poynt_payment_wizard_onchange_provider_id", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/wizard/poynt_payment_wizard.py", "source_location": "L162", "weight": 1.0, "_src": "poynt_payment_wizard_poyntpaymentwizard", "_tgt": "poynt_payment_wizard_poyntpaymentwizard_get_surcharge_rate", "source": "poynt_payment_wizard_poyntpaymentwizard", "target": "poynt_payment_wizard_poyntpaymentwizard_get_surcharge_rate", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/wizard/poynt_payment_wizard.py", "source_location": "L212", "weight": 1.0, "_src": "poynt_payment_wizard_poyntpaymentwizard", "_tgt": "poynt_payment_wizard_poyntpaymentwizard_get_provider_sudo", "source": "poynt_payment_wizard_poyntpaymentwizard", "target": "poynt_payment_wizard_poyntpaymentwizard_get_provider_sudo", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/wizard/poynt_payment_wizard.py", "source_location": "L222", "weight": 1.0, "_src": "poynt_payment_wizard_poyntpaymentwizard", "_tgt": "poynt_payment_wizard_poyntpaymentwizard_apply_surcharge_if_needed", "source": "poynt_payment_wizard_poyntpaymentwizard", "target": "poynt_payment_wizard_poyntpaymentwizard_apply_surcharge_if_needed", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/wizard/poynt_payment_wizard.py", "source_location": "L276", "weight": 1.0, "_src": "poynt_payment_wizard_poyntpaymentwizard", "_tgt": "poynt_payment_wizard_poyntpaymentwizard_remove_surcharge_line", "source": "poynt_payment_wizard_poyntpaymentwizard", "target": "poynt_payment_wizard_poyntpaymentwizard_remove_surcharge_line", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/wizard/poynt_payment_wizard.py", "source_location": "L313", "weight": 1.0, "_src": "poynt_payment_wizard_poyntpaymentwizard", "_tgt": "poynt_payment_wizard_poyntpaymentwizard_action_collect_payment", "source": "poynt_payment_wizard_poyntpaymentwizard", "target": "poynt_payment_wizard_poyntpaymentwizard_action_collect_payment", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/wizard/poynt_payment_wizard.py", "source_location": "L329", "weight": 1.0, "_src": "poynt_payment_wizard_poyntpaymentwizard", "_tgt": "poynt_payment_wizard_poyntpaymentwizard_process_terminal_payment", "source": "poynt_payment_wizard_poyntpaymentwizard", "target": "poynt_payment_wizard_poyntpaymentwizard_process_terminal_payment", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/wizard/poynt_payment_wizard.py", "source_location": "L374", "weight": 1.0, "_src": "poynt_payment_wizard_poyntpaymentwizard", "_tgt": "poynt_payment_wizard_poyntpaymentwizard_process_card_payment", "source": "poynt_payment_wizard_poyntpaymentwizard", "target": "poynt_payment_wizard_poyntpaymentwizard_process_card_payment", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/wizard/poynt_payment_wizard.py", "source_location": "L502", "weight": 1.0, "_src": "poynt_payment_wizard_poyntpaymentwizard", "_tgt": "poynt_payment_wizard_poyntpaymentwizard_action_check_status", "source": "poynt_payment_wizard_poyntpaymentwizard", "target": "poynt_payment_wizard_poyntpaymentwizard_action_check_status", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/wizard/poynt_payment_wizard.py", "source_location": "L572", "weight": 1.0, "_src": "poynt_payment_wizard_poyntpaymentwizard", "_tgt": "poynt_payment_wizard_poyntpaymentwizard_find_terminal_transaction", "source": "poynt_payment_wizard_poyntpaymentwizard", "target": "poynt_payment_wizard_poyntpaymentwizard_find_terminal_transaction", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/wizard/poynt_payment_wizard.py", "source_location": "L592", "weight": 1.0, "_src": "poynt_payment_wizard_poyntpaymentwizard", "_tgt": "poynt_payment_wizard_poyntpaymentwizard_check_order_transactions", "source": "poynt_payment_wizard_poyntpaymentwizard", "target": "poynt_payment_wizard_poyntpaymentwizard_check_order_transactions", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/wizard/poynt_payment_wizard.py", "source_location": "L622", "weight": 1.0, "_src": "poynt_payment_wizard_poyntpaymentwizard", "_tgt": "poynt_payment_wizard_poyntpaymentwizard_check_by_reference_with_time_filter", "source": "poynt_payment_wizard_poyntpaymentwizard", "target": "poynt_payment_wizard_poyntpaymentwizard_check_by_reference_with_time_filter", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/wizard/poynt_payment_wizard.py", "source_location": "L661", "weight": 1.0, "_src": "poynt_payment_wizard_poyntpaymentwizard", "_tgt": "poynt_payment_wizard_poyntpaymentwizard_action_send_receipt", "source": "poynt_payment_wizard_poyntpaymentwizard", "target": "poynt_payment_wizard_poyntpaymentwizard_action_send_receipt", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/wizard/poynt_payment_wizard.py", "source_location": "L678", "weight": 1.0, "_src": "poynt_payment_wizard_poyntpaymentwizard", "_tgt": "poynt_payment_wizard_poyntpaymentwizard_action_cancel_payment", "source": "poynt_payment_wizard_poyntpaymentwizard", "target": "poynt_payment_wizard_poyntpaymentwizard_action_cancel_payment", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/wizard/poynt_payment_wizard.py", "source_location": "L685", "weight": 1.0, "_src": "poynt_payment_wizard_poyntpaymentwizard", "_tgt": "poynt_payment_wizard_poyntpaymentwizard_cleanup_draft_transaction", "source": "poynt_payment_wizard_poyntpaymentwizard", "target": "poynt_payment_wizard_poyntpaymentwizard_cleanup_draft_transaction", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/wizard/poynt_payment_wizard.py", "source_location": "L697", "weight": 1.0, "_src": "poynt_payment_wizard_poyntpaymentwizard", "_tgt": "poynt_payment_wizard_poyntpaymentwizard_validate_card_fields", "source": "poynt_payment_wizard_poyntpaymentwizard", "target": "poynt_payment_wizard_poyntpaymentwizard_validate_card_fields", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/wizard/poynt_payment_wizard.py", "source_location": "L708", "weight": 1.0, "_src": "poynt_payment_wizard_poyntpaymentwizard", "_tgt": "poynt_payment_wizard_poyntpaymentwizard_create_payment_transaction", "source": "poynt_payment_wizard_poyntpaymentwizard", "target": "poynt_payment_wizard_poyntpaymentwizard_create_payment_transaction", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/wizard/poynt_payment_wizard.py", "source_location": "L737", "weight": 1.0, "_src": "poynt_payment_wizard_poyntpaymentwizard", "_tgt": "poynt_payment_wizard_poyntpaymentwizard_create_poynt_order", "source": "poynt_payment_wizard_poyntpaymentwizard", "target": "poynt_payment_wizard_poyntpaymentwizard_create_poynt_order", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/wizard/poynt_payment_wizard.py", "source_location": "L751", "weight": 1.0, "_src": "poynt_payment_wizard_poyntpaymentwizard", "_tgt": "poynt_payment_wizard_poyntpaymentwizard_reopen_wizard", "source": "poynt_payment_wizard_poyntpaymentwizard", "target": "poynt_payment_wizard_poyntpaymentwizard_reopen_wizard", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/wizard/poynt_payment_wizard.py", "source_location": "L762", "weight": 1.0, "_src": "poynt_payment_wizard_poyntpaymentwizard", "_tgt": "poynt_payment_wizard_poyntpaymentwizard_open_poll_action", "source": "poynt_payment_wizard_poyntpaymentwizard", "target": "poynt_payment_wizard_poyntpaymentwizard_open_poll_action", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/wizard/poynt_payment_wizard.py", "source_location": "L175", "weight": 1.0, "_src": "poynt_payment_wizard_onchange_card_number", "_tgt": "poynt_payment_wizard_detect_card_brand", "source": "poynt_payment_wizard_detect_card_brand", "target": "poynt_payment_wizard_onchange_card_number", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/wizard/poynt_payment_wizard.py", "source_location": "L183", "weight": 1.0, "_src": "poynt_payment_wizard_onchange_card_type", "_tgt": "poynt_payment_wizard_poyntpaymentwizard_get_surcharge_rate", "source": "poynt_payment_wizard_poyntpaymentwizard_get_surcharge_rate", "target": "poynt_payment_wizard_onchange_card_type", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/wizard/poynt_payment_wizard.py", "source_location": "L229", "weight": 1.0, "_src": "poynt_payment_wizard_poyntpaymentwizard_apply_surcharge_if_needed", "_tgt": "poynt_payment_wizard_poyntpaymentwizard_get_surcharge_rate", "source": "poynt_payment_wizard_poyntpaymentwizard_get_surcharge_rate", "target": "poynt_payment_wizard_poyntpaymentwizard_apply_surcharge_if_needed", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/wizard/poynt_payment_wizard.py", "source_location": "L218", "weight": 1.0, "_src": "poynt_payment_wizard_onchange_provider_id", "_tgt": "poynt_payment_wizard_poyntpaymentwizard_get_provider_sudo", "source": "poynt_payment_wizard_poyntpaymentwizard_get_provider_sudo", "target": "poynt_payment_wizard_onchange_provider_id", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/wizard/poynt_payment_wizard.py", "source_location": "L404", "weight": 1.0, "_src": "poynt_payment_wizard_poyntpaymentwizard_process_card_payment", "_tgt": "poynt_payment_wizard_poyntpaymentwizard_get_provider_sudo", "source": "poynt_payment_wizard_poyntpaymentwizard_get_provider_sudo", "target": "poynt_payment_wizard_poyntpaymentwizard_process_card_payment", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/wizard/poynt_payment_wizard.py", "source_location": "L522", "weight": 1.0, "_src": "poynt_payment_wizard_poyntpaymentwizard_action_check_status", "_tgt": "poynt_payment_wizard_poyntpaymentwizard_get_provider_sudo", "source": "poynt_payment_wizard_poyntpaymentwizard_get_provider_sudo", "target": "poynt_payment_wizard_poyntpaymentwizard_action_check_status", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/wizard/poynt_payment_wizard.py", "source_location": "L739", "weight": 1.0, "_src": "poynt_payment_wizard_poyntpaymentwizard_create_poynt_order", "_tgt": "poynt_payment_wizard_poyntpaymentwizard_get_provider_sudo", "source": "poynt_payment_wizard_poyntpaymentwizard_get_provider_sudo", "target": "poynt_payment_wizard_poyntpaymentwizard_create_poynt_order", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/wizard/poynt_payment_wizard.py", "source_location": "L317", "weight": 1.0, "_src": "poynt_payment_wizard_poyntpaymentwizard_action_collect_payment", "_tgt": "poynt_payment_wizard_poyntpaymentwizard_apply_surcharge_if_needed", "source": "poynt_payment_wizard_poyntpaymentwizard_apply_surcharge_if_needed", "target": "poynt_payment_wizard_poyntpaymentwizard_action_collect_payment", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/wizard/poynt_payment_wizard.py", "source_location": "L223", "weight": 1.0, "_src": "poynt_payment_wizard_rationale_223", "_tgt": "poynt_payment_wizard_poyntpaymentwizard_apply_surcharge_if_needed", "source": "poynt_payment_wizard_poyntpaymentwizard_apply_surcharge_if_needed", "target": "poynt_payment_wizard_rationale_223", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/wizard/poynt_payment_wizard.py", "source_location": "L367", "weight": 1.0, "_src": "poynt_payment_wizard_poyntpaymentwizard_process_terminal_payment", "_tgt": "poynt_payment_wizard_poyntpaymentwizard_remove_surcharge_line", "source": "poynt_payment_wizard_poyntpaymentwizard_remove_surcharge_line", "target": "poynt_payment_wizard_poyntpaymentwizard_process_terminal_payment", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/wizard/poynt_payment_wizard.py", "source_location": "L462", "weight": 1.0, "_src": "poynt_payment_wizard_poyntpaymentwizard_process_card_payment", "_tgt": "poynt_payment_wizard_poyntpaymentwizard_remove_surcharge_line", "source": "poynt_payment_wizard_poyntpaymentwizard_remove_surcharge_line", "target": "poynt_payment_wizard_poyntpaymentwizard_process_card_payment", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/wizard/poynt_payment_wizard.py", "source_location": "L560", "weight": 1.0, "_src": "poynt_payment_wizard_poyntpaymentwizard_action_check_status", "_tgt": "poynt_payment_wizard_poyntpaymentwizard_remove_surcharge_line", "source": "poynt_payment_wizard_poyntpaymentwizard_remove_surcharge_line", "target": "poynt_payment_wizard_poyntpaymentwizard_action_check_status", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/wizard/poynt_payment_wizard.py", "source_location": "L682", "weight": 1.0, "_src": "poynt_payment_wizard_poyntpaymentwizard_action_cancel_payment", "_tgt": "poynt_payment_wizard_poyntpaymentwizard_remove_surcharge_line", "source": "poynt_payment_wizard_poyntpaymentwizard_remove_surcharge_line", "target": "poynt_payment_wizard_poyntpaymentwizard_action_cancel_payment", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/wizard/poynt_payment_wizard.py", "source_location": "L277", "weight": 1.0, "_src": "poynt_payment_wizard_rationale_277", "_tgt": "poynt_payment_wizard_poyntpaymentwizard_remove_surcharge_line", "source": "poynt_payment_wizard_poyntpaymentwizard_remove_surcharge_line", "target": "poynt_payment_wizard_rationale_277", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/wizard/poynt_payment_wizard.py", "source_location": "L322", "weight": 1.0, "_src": "poynt_payment_wizard_poyntpaymentwizard_action_collect_payment", "_tgt": "poynt_payment_wizard_poyntpaymentwizard_cleanup_draft_transaction", "source": "poynt_payment_wizard_poyntpaymentwizard_action_collect_payment", "target": "poynt_payment_wizard_poyntpaymentwizard_cleanup_draft_transaction", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/wizard/poynt_payment_wizard.py", "source_location": "L325", "weight": 1.0, "_src": "poynt_payment_wizard_poyntpaymentwizard_action_collect_payment", "_tgt": "poynt_payment_wizard_poyntpaymentwizard_process_terminal_payment", "source": "poynt_payment_wizard_poyntpaymentwizard_action_collect_payment", "target": "poynt_payment_wizard_poyntpaymentwizard_process_terminal_payment", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/wizard/poynt_payment_wizard.py", "source_location": "L327", "weight": 1.0, "_src": "poynt_payment_wizard_poyntpaymentwizard_action_collect_payment", "_tgt": "poynt_payment_wizard_poyntpaymentwizard_process_card_payment", "source": "poynt_payment_wizard_poyntpaymentwizard_action_collect_payment", "target": "poynt_payment_wizard_poyntpaymentwizard_process_card_payment", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/wizard/poynt_payment_wizard.py", "source_location": "L314", "weight": 1.0, "_src": "poynt_payment_wizard_rationale_314", "_tgt": "poynt_payment_wizard_poyntpaymentwizard_action_collect_payment", "source": "poynt_payment_wizard_poyntpaymentwizard_action_collect_payment", "target": "poynt_payment_wizard_rationale_314", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/wizard/poynt_payment_wizard.py", "source_location": "L336", "weight": 1.0, "_src": "poynt_payment_wizard_poyntpaymentwizard_process_terminal_payment", "_tgt": "poynt_payment_wizard_poyntpaymentwizard_create_payment_transaction", "source": "poynt_payment_wizard_poyntpaymentwizard_process_terminal_payment", "target": "poynt_payment_wizard_poyntpaymentwizard_create_payment_transaction", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/wizard/poynt_payment_wizard.py", "source_location": "L340", "weight": 1.0, "_src": "poynt_payment_wizard_poyntpaymentwizard_process_terminal_payment", "_tgt": "poynt_payment_wizard_poyntpaymentwizard_create_poynt_order", "source": "poynt_payment_wizard_poyntpaymentwizard_process_terminal_payment", "target": "poynt_payment_wizard_poyntpaymentwizard_create_poynt_order", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/wizard/poynt_payment_wizard.py", "source_location": "L363", "weight": 1.0, "_src": "poynt_payment_wizard_poyntpaymentwizard_process_terminal_payment", "_tgt": "poynt_payment_wizard_poyntpaymentwizard_open_poll_action", "source": "poynt_payment_wizard_poyntpaymentwizard_process_terminal_payment", "target": "poynt_payment_wizard_poyntpaymentwizard_open_poll_action", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/wizard/poynt_payment_wizard.py", "source_location": "L366", "weight": 1.0, "_src": "poynt_payment_wizard_poyntpaymentwizard_process_terminal_payment", "_tgt": "poynt_payment_wizard_poyntpaymentwizard_cleanup_draft_transaction", "source": "poynt_payment_wizard_poyntpaymentwizard_process_terminal_payment", "target": "poynt_payment_wizard_poyntpaymentwizard_cleanup_draft_transaction", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/wizard/poynt_payment_wizard.py", "source_location": "L372", "weight": 1.0, "_src": "poynt_payment_wizard_poyntpaymentwizard_process_terminal_payment", "_tgt": "poynt_payment_wizard_poyntpaymentwizard_reopen_wizard", "source": "poynt_payment_wizard_poyntpaymentwizard_process_terminal_payment", "target": "poynt_payment_wizard_poyntpaymentwizard_reopen_wizard", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/wizard/poynt_payment_wizard.py", "source_location": "L330", "weight": 1.0, "_src": "poynt_payment_wizard_rationale_330", "_tgt": "poynt_payment_wizard_poyntpaymentwizard_process_terminal_payment", "source": "poynt_payment_wizard_poyntpaymentwizard_process_terminal_payment", "target": "poynt_payment_wizard_rationale_330", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/wizard/poynt_payment_wizard.py", "source_location": "L344", "weight": 1.0, "_src": "poynt_payment_wizard_poyntpaymentwizard_process_terminal_payment", "_tgt": "poynt_terminal_poyntterminal_action_send_payment_to_terminal", "source": "poynt_payment_wizard_poyntpaymentwizard_process_terminal_payment", "target": "poynt_terminal_poyntterminal_action_send_payment_to_terminal" }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/wizard/poynt_payment_wizard.py", "source_location": "L377", "weight": 1.0, "_src": "poynt_payment_wizard_poyntpaymentwizard_process_card_payment", "_tgt": "poynt_payment_wizard_poyntpaymentwizard_validate_card_fields", "source": "poynt_payment_wizard_poyntpaymentwizard_process_card_payment", "target": "poynt_payment_wizard_poyntpaymentwizard_validate_card_fields", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/wizard/poynt_payment_wizard.py", "source_location": "L379", "weight": 1.0, "_src": "poynt_payment_wizard_poyntpaymentwizard_process_card_payment", "_tgt": "poynt_payment_wizard_poyntpaymentwizard_create_payment_transaction", "source": "poynt_payment_wizard_poyntpaymentwizard_process_card_payment", "target": "poynt_payment_wizard_poyntpaymentwizard_create_payment_transaction", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/wizard/poynt_payment_wizard.py", "source_location": "L383", "weight": 1.0, "_src": "poynt_payment_wizard_poyntpaymentwizard_process_card_payment", "_tgt": "poynt_payment_wizard_poyntpaymentwizard_create_poynt_order", "source": "poynt_payment_wizard_poyntpaymentwizard_process_card_payment", "target": "poynt_payment_wizard_poyntpaymentwizard_create_poynt_order", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/wizard/poynt_payment_wizard.py", "source_location": "L461", "weight": 1.0, "_src": "poynt_payment_wizard_poyntpaymentwizard_process_card_payment", "_tgt": "poynt_payment_wizard_poyntpaymentwizard_cleanup_draft_transaction", "source": "poynt_payment_wizard_poyntpaymentwizard_process_card_payment", "target": "poynt_payment_wizard_poyntpaymentwizard_cleanup_draft_transaction", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/wizard/poynt_payment_wizard.py", "source_location": "L478", "weight": 1.0, "_src": "poynt_payment_wizard_poyntpaymentwizard_process_card_payment", "_tgt": "poynt_payment_wizard_poyntpaymentwizard_reopen_wizard", "source": "poynt_payment_wizard_poyntpaymentwizard_process_card_payment", "target": "poynt_payment_wizard_poyntpaymentwizard_reopen_wizard", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/wizard/poynt_payment_wizard.py", "source_location": "L375", "weight": 1.0, "_src": "poynt_payment_wizard_rationale_375", "_tgt": "poynt_payment_wizard_poyntpaymentwizard_process_card_payment", "source": "poynt_payment_wizard_poyntpaymentwizard_process_card_payment", "target": "poynt_payment_wizard_rationale_375", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/wizard/poynt_payment_wizard.py", "source_location": "L436", "weight": 1.0, "_src": "poynt_payment_wizard_poyntpaymentwizard_process_card_payment", "_tgt": "payment_provider_paymentprovider_poynt_make_request", "source": "poynt_payment_wizard_poyntpaymentwizard_process_card_payment", "target": "payment_provider_paymentprovider_poynt_make_request" }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/wizard/poynt_payment_wizard.py", "source_location": "L525", "weight": 1.0, "_src": "poynt_payment_wizard_poyntpaymentwizard_action_check_status", "_tgt": "poynt_payment_wizard_poyntpaymentwizard_find_terminal_transaction", "source": "poynt_payment_wizard_poyntpaymentwizard_action_check_status", "target": "poynt_payment_wizard_poyntpaymentwizard_find_terminal_transaction", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/wizard/poynt_payment_wizard.py", "source_location": "L556", "weight": 1.0, "_src": "poynt_payment_wizard_poyntpaymentwizard_action_check_status", "_tgt": "poynt_payment_wizard_poyntpaymentwizard_reopen_wizard", "source": "poynt_payment_wizard_poyntpaymentwizard_action_check_status", "target": "poynt_payment_wizard_poyntpaymentwizard_reopen_wizard", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/wizard/poynt_payment_wizard.py", "source_location": "L559", "weight": 1.0, "_src": "poynt_payment_wizard_poyntpaymentwizard_action_check_status", "_tgt": "poynt_payment_wizard_poyntpaymentwizard_cleanup_draft_transaction", "source": "poynt_payment_wizard_poyntpaymentwizard_action_check_status", "target": "poynt_payment_wizard_poyntpaymentwizard_cleanup_draft_transaction", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/wizard/poynt_payment_wizard.py", "source_location": "L503", "weight": 1.0, "_src": "poynt_payment_wizard_rationale_503", "_tgt": "poynt_payment_wizard_poyntpaymentwizard_action_check_status", "source": "poynt_payment_wizard_poyntpaymentwizard_action_check_status", "target": "poynt_payment_wizard_rationale_503", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/wizard/poynt_payment_wizard.py", "source_location": "L586", "weight": 1.0, "_src": "poynt_payment_wizard_poyntpaymentwizard_find_terminal_transaction", "_tgt": "poynt_payment_wizard_poyntpaymentwizard_check_order_transactions", "source": "poynt_payment_wizard_poyntpaymentwizard_find_terminal_transaction", "target": "poynt_payment_wizard_poyntpaymentwizard_check_order_transactions", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/wizard/poynt_payment_wizard.py", "source_location": "L590", "weight": 1.0, "_src": "poynt_payment_wizard_poyntpaymentwizard_find_terminal_transaction", "_tgt": "poynt_payment_wizard_poyntpaymentwizard_check_by_reference_with_time_filter", "source": "poynt_payment_wizard_poyntpaymentwizard_find_terminal_transaction", "target": "poynt_payment_wizard_poyntpaymentwizard_check_by_reference_with_time_filter", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/wizard/poynt_payment_wizard.py", "source_location": "L573", "weight": 1.0, "_src": "poynt_payment_wizard_rationale_573", "_tgt": "poynt_payment_wizard_poyntpaymentwizard_find_terminal_transaction", "source": "poynt_payment_wizard_poyntpaymentwizard_find_terminal_transaction", "target": "poynt_payment_wizard_rationale_573", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/wizard/poynt_payment_wizard.py", "source_location": "L593", "weight": 1.0, "_src": "poynt_payment_wizard_rationale_593", "_tgt": "poynt_payment_wizard_poyntpaymentwizard_check_order_transactions", "source": "poynt_payment_wizard_poyntpaymentwizard_check_order_transactions", "target": "poynt_payment_wizard_rationale_593", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/wizard/poynt_payment_wizard.py", "source_location": "L595", "weight": 1.0, "_src": "poynt_payment_wizard_poyntpaymentwizard_check_order_transactions", "_tgt": "payment_provider_paymentprovider_poynt_make_request", "source": "poynt_payment_wizard_poyntpaymentwizard_check_order_transactions", "target": "payment_provider_paymentprovider_poynt_make_request" }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/wizard/poynt_payment_wizard.py", "source_location": "L623", "weight": 1.0, "_src": "poynt_payment_wizard_rationale_623", "_tgt": "poynt_payment_wizard_poyntpaymentwizard_check_by_reference_with_time_filter", "source": "poynt_payment_wizard_poyntpaymentwizard_check_by_reference_with_time_filter", "target": "poynt_payment_wizard_rationale_623", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/wizard/poynt_payment_wizard.py", "source_location": "L636", "weight": 1.0, "_src": "poynt_payment_wizard_poyntpaymentwizard_check_by_reference_with_time_filter", "_tgt": "payment_provider_paymentprovider_poynt_make_request", "source": "poynt_payment_wizard_poyntpaymentwizard_check_by_reference_with_time_filter", "target": "payment_provider_paymentprovider_poynt_make_request" }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/wizard/poynt_payment_wizard.py", "source_location": "L662", "weight": 1.0, "_src": "poynt_payment_wizard_rationale_662", "_tgt": "poynt_payment_wizard_poyntpaymentwizard_action_send_receipt", "source": "poynt_payment_wizard_poyntpaymentwizard_action_send_receipt", "target": "poynt_payment_wizard_rationale_662", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/wizard/poynt_payment_wizard.py", "source_location": "L681", "weight": 1.0, "_src": "poynt_payment_wizard_poyntpaymentwizard_action_cancel_payment", "_tgt": "poynt_payment_wizard_poyntpaymentwizard_cleanup_draft_transaction", "source": "poynt_payment_wizard_poyntpaymentwizard_action_cancel_payment", "target": "poynt_payment_wizard_poyntpaymentwizard_cleanup_draft_transaction", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/wizard/poynt_payment_wizard.py", "source_location": "L679", "weight": 1.0, "_src": "poynt_payment_wizard_rationale_679", "_tgt": "poynt_payment_wizard_poyntpaymentwizard_action_cancel_payment", "source": "poynt_payment_wizard_poyntpaymentwizard_action_cancel_payment", "target": "poynt_payment_wizard_rationale_679", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/wizard/poynt_payment_wizard.py", "source_location": "L686", "weight": 1.0, "_src": "poynt_payment_wizard_rationale_686", "_tgt": "poynt_payment_wizard_poyntpaymentwizard_cleanup_draft_transaction", "source": "poynt_payment_wizard_poyntpaymentwizard_cleanup_draft_transaction", "target": "poynt_payment_wizard_rationale_686", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/wizard/poynt_payment_wizard.py", "source_location": "L698", "weight": 1.0, "_src": "poynt_payment_wizard_rationale_698", "_tgt": "poynt_payment_wizard_poyntpaymentwizard_validate_card_fields", "source": "poynt_payment_wizard_poyntpaymentwizard_validate_card_fields", "target": "poynt_payment_wizard_rationale_698", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/wizard/poynt_payment_wizard.py", "source_location": "L709", "weight": 1.0, "_src": "poynt_payment_wizard_rationale_709", "_tgt": "poynt_payment_wizard_poyntpaymentwizard_create_payment_transaction", "source": "poynt_payment_wizard_poyntpaymentwizard_create_payment_transaction", "target": "poynt_payment_wizard_rationale_709", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/wizard/poynt_payment_wizard.py", "source_location": "L733", "weight": 1.0, "_src": "poynt_payment_wizard_poyntpaymentwizard_create_payment_transaction", "_tgt": "poynt_settlement_create", "source": "poynt_payment_wizard_poyntpaymentwizard_create_payment_transaction", "target": "poynt_settlement_create" }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/wizard/poynt_payment_wizard.py", "source_location": "L738", "weight": 1.0, "_src": "poynt_payment_wizard_rationale_738", "_tgt": "poynt_payment_wizard_poyntpaymentwizard_create_poynt_order", "source": "poynt_payment_wizard_poyntpaymentwizard_create_poynt_order", "target": "poynt_payment_wizard_rationale_738", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/wizard/poynt_payment_wizard.py", "source_location": "L747", "weight": 1.0, "_src": "poynt_payment_wizard_poyntpaymentwizard_create_poynt_order", "_tgt": "payment_provider_paymentprovider_poynt_make_request", "source": "poynt_payment_wizard_poyntpaymentwizard_create_poynt_order", "target": "payment_provider_paymentprovider_poynt_make_request" }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/wizard/poynt_payment_wizard.py", "source_location": "L752", "weight": 1.0, "_src": "poynt_payment_wizard_rationale_752", "_tgt": "poynt_payment_wizard_poyntpaymentwizard_reopen_wizard", "source": "poynt_payment_wizard_poyntpaymentwizard_reopen_wizard", "target": "poynt_payment_wizard_rationale_752", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/wizard/poynt_payment_wizard.py", "source_location": "L763", "weight": 1.0, "_src": "poynt_payment_wizard_rationale_763", "_tgt": "poynt_payment_wizard_poyntpaymentwizard_open_poll_action", "source": "poynt_payment_wizard_poyntpaymentwizard_open_poll_action", "target": "poynt_payment_wizard_rationale_763", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L18", "weight": 1.0, "_src": "users_gurpreet_github_odoo_modules_fusion_poynt_models_payment_provider_py", "_tgt": "payment_provider_paymentprovider", "source": "users_gurpreet_github_odoo_modules_fusion_poynt_models_payment_provider_py", "target": "payment_provider_paymentprovider", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L78", "weight": 1.0, "_src": "payment_provider_paymentprovider", "_tgt": "payment_provider_paymentprovider_compute_feature_support_fields", "source": "payment_provider_paymentprovider", "target": "payment_provider_paymentprovider_compute_feature_support_fields", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L89", "weight": 1.0, "_src": "payment_provider_paymentprovider", "_tgt": "payment_provider_paymentprovider_get_default_payment_method_codes", "source": "payment_provider_paymentprovider", "target": "payment_provider_paymentprovider_get_default_payment_method_codes", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L98", "weight": 1.0, "_src": "payment_provider_paymentprovider", "_tgt": "payment_provider_paymentprovider_poynt_get_access_token", "source": "payment_provider_paymentprovider", "target": "payment_provider_paymentprovider_poynt_get_access_token", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L167", "weight": 1.0, "_src": "payment_provider_paymentprovider", "_tgt": "payment_provider_paymentprovider_poynt_make_request", "source": "payment_provider_paymentprovider", "target": "payment_provider_paymentprovider_poynt_make_request", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L258", "weight": 1.0, "_src": "payment_provider_paymentprovider", "_tgt": "payment_provider_paymentprovider_poynt_tokenize_nonce", "source": "payment_provider_paymentprovider", "target": "payment_provider_paymentprovider_poynt_tokenize_nonce", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L274", "weight": 1.0, "_src": "payment_provider_paymentprovider", "_tgt": "payment_provider_paymentprovider_poynt_charge_token", "source": "payment_provider_paymentprovider", "target": "payment_provider_paymentprovider_poynt_charge_token", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L305", "weight": 1.0, "_src": "payment_provider_paymentprovider", "_tgt": "payment_provider_paymentprovider_poynt_get_inline_form_values", "source": "payment_provider_paymentprovider", "target": "payment_provider_paymentprovider_poynt_get_inline_form_values", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L369", "weight": 1.0, "_src": "payment_provider_paymentprovider", "_tgt": "payment_provider_paymentprovider_action_poynt_test_connection", "source": "payment_provider_paymentprovider", "target": "payment_provider_paymentprovider_action_poynt_test_connection", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L417", "weight": 1.0, "_src": "payment_provider_paymentprovider", "_tgt": "payment_provider_paymentprovider_poynt_resolve_business_id", "source": "payment_provider_paymentprovider", "target": "payment_provider_paymentprovider_poynt_resolve_business_id", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L439", "weight": 1.0, "_src": "payment_provider_paymentprovider", "_tgt": "payment_provider_paymentprovider_action_poynt_fetch_terminals", "source": "payment_provider_paymentprovider", "target": "payment_provider_paymentprovider_action_poynt_fetch_terminals", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L517", "weight": 1.0, "_src": "payment_provider_paymentprovider", "_tgt": "payment_provider_paymentprovider_poynt_fetch_receipt", "source": "payment_provider_paymentprovider", "target": "payment_provider_paymentprovider_poynt_fetch_receipt", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L581", "weight": 1.0, "_src": "payment_provider_paymentprovider", "_tgt": "payment_provider_paymentprovider_poynt_fetch_settlement_transactions", "source": "payment_provider_paymentprovider", "target": "payment_provider_paymentprovider_poynt_fetch_settlement_transactions", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L634", "weight": 1.0, "_src": "payment_provider_paymentprovider", "_tgt": "payment_provider_paymentprovider_poynt_notification", "source": "payment_provider_paymentprovider", "target": "payment_provider_paymentprovider_poynt_notification", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L79", "weight": 1.0, "_src": "payment_provider_rationale_79", "_tgt": "payment_provider_paymentprovider_compute_feature_support_fields", "source": "payment_provider_paymentprovider_compute_feature_support_fields", "target": "payment_provider_rationale_79", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L90", "weight": 1.0, "_src": "payment_provider_rationale_90", "_tgt": "payment_provider_paymentprovider_get_default_payment_method_codes", "source": "payment_provider_paymentprovider_get_default_payment_method_codes", "target": "payment_provider_rationale_90", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L183", "weight": 1.0, "_src": "payment_provider_paymentprovider_poynt_make_request", "_tgt": "payment_provider_paymentprovider_poynt_get_access_token", "source": "payment_provider_paymentprovider_poynt_get_access_token", "target": "payment_provider_paymentprovider_poynt_make_request", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L382", "weight": 1.0, "_src": "payment_provider_paymentprovider_action_poynt_test_connection", "_tgt": "payment_provider_paymentprovider_poynt_get_access_token", "source": "payment_provider_paymentprovider_poynt_get_access_token", "target": "payment_provider_paymentprovider_action_poynt_test_connection", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L99", "weight": 1.0, "_src": "payment_provider_rationale_99", "_tgt": "payment_provider_paymentprovider_poynt_get_access_token", "source": "payment_provider_paymentprovider_poynt_get_access_token", "target": "payment_provider_rationale_99", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L268", "weight": 1.0, "_src": "payment_provider_paymentprovider_poynt_tokenize_nonce", "_tgt": "payment_provider_paymentprovider_poynt_make_request", "source": "payment_provider_paymentprovider_poynt_make_request", "target": "payment_provider_paymentprovider_poynt_tokenize_nonce", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L297", "weight": 1.0, "_src": "payment_provider_paymentprovider_poynt_charge_token", "_tgt": "payment_provider_paymentprovider_poynt_make_request", "source": "payment_provider_paymentprovider_poynt_make_request", "target": "payment_provider_paymentprovider_poynt_charge_token", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L395", "weight": 1.0, "_src": "payment_provider_paymentprovider_action_poynt_test_connection", "_tgt": "payment_provider_paymentprovider_poynt_make_request", "source": "payment_provider_paymentprovider_poynt_make_request", "target": "payment_provider_paymentprovider_action_poynt_test_connection", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L452", "weight": 1.0, "_src": "payment_provider_paymentprovider_action_poynt_fetch_terminals", "_tgt": "payment_provider_paymentprovider_poynt_make_request", "source": "payment_provider_paymentprovider_poynt_make_request", "target": "payment_provider_paymentprovider_action_poynt_fetch_terminals", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L553", "weight": 1.0, "_src": "payment_provider_paymentprovider_poynt_fetch_receipt", "_tgt": "payment_provider_paymentprovider_poynt_make_request", "source": "payment_provider_paymentprovider_poynt_make_request", "target": "payment_provider_paymentprovider_poynt_fetch_receipt", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L609", "weight": 1.0, "_src": "payment_provider_paymentprovider_poynt_fetch_settlement_transactions", "_tgt": "payment_provider_paymentprovider_poynt_make_request", "source": "payment_provider_paymentprovider_poynt_make_request", "target": "payment_provider_paymentprovider_poynt_fetch_settlement_transactions", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L169", "weight": 1.0, "_src": "payment_provider_rationale_169", "_tgt": "payment_provider_paymentprovider_poynt_make_request", "source": "payment_provider_paymentprovider_poynt_make_request", "target": "payment_provider_rationale_169", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_transaction.py", "source_location": "L129", "weight": 1.0, "_src": "payment_transaction_paymenttransaction_poynt_create_order", "_tgt": "payment_provider_paymentprovider_poynt_make_request", "source": "payment_provider_paymentprovider_poynt_make_request", "target": "payment_transaction_paymenttransaction_poynt_create_order" }, { "relation": "calls", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_transaction.py", "source_location": "L152", "weight": 1.0, "_src": "payment_transaction_paymenttransaction_poynt_create_order_and_authorize", "_tgt": "payment_provider_paymentprovider_poynt_make_request", "source": "payment_provider_paymentprovider_poynt_make_request", "target": "payment_transaction_paymenttransaction_poynt_create_order_and_authorize" }, { "relation": "calls", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_transaction.py", "source_location": "L321", "weight": 1.0, "_src": "payment_transaction_paymenttransaction_poynt_process_token_payment", "_tgt": "payment_provider_paymentprovider_poynt_make_request", "source": "payment_provider_paymentprovider_poynt_make_request", "target": "payment_transaction_paymenttransaction_poynt_process_token_payment" }, { "relation": "calls", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_transaction.py", "source_location": "L394", "weight": 1.0, "_src": "payment_transaction_paymenttransaction_send_refund_request", "_tgt": "payment_provider_paymentprovider_poynt_make_request", "source": "payment_provider_paymentprovider_poynt_make_request", "target": "payment_transaction_paymenttransaction_send_refund_request" }, { "relation": "calls", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_transaction.py", "source_location": "L471", "weight": 1.0, "_src": "payment_transaction_paymenttransaction_send_capture_request", "_tgt": "payment_provider_paymentprovider_poynt_make_request", "source": "payment_provider_paymentprovider_poynt_make_request", "target": "payment_transaction_paymenttransaction_send_capture_request" }, { "relation": "calls", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_transaction.py", "source_location": "L497", "weight": 1.0, "_src": "payment_transaction_paymenttransaction_send_void_request", "_tgt": "payment_provider_paymentprovider_poynt_make_request", "source": "payment_provider_paymentprovider_poynt_make_request", "target": "payment_transaction_paymenttransaction_send_void_request" }, { "relation": "calls", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_transaction.py", "source_location": "L549", "weight": 1.0, "_src": "payment_transaction_paymenttransaction_action_poynt_void", "_tgt": "payment_provider_paymentprovider_poynt_make_request", "source": "payment_provider_paymentprovider_poynt_make_request", "target": "payment_transaction_paymenttransaction_action_poynt_void" }, { "relation": "calls", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_transaction.py", "source_location": "L861", "weight": 1.0, "_src": "payment_transaction_paymenttransaction_poynt_store_receipt_data", "_tgt": "payment_provider_paymentprovider_poynt_make_request", "source": "payment_provider_paymentprovider_poynt_make_request", "target": "payment_transaction_paymenttransaction_poynt_store_receipt_data" }, { "relation": "calls", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/poynt_terminal.py", "source_location": "L83", "weight": 1.0, "_src": "poynt_terminal_poyntterminal_action_refresh_status", "_tgt": "payment_provider_paymentprovider_poynt_make_request", "source": "payment_provider_paymentprovider_poynt_make_request", "target": "poynt_terminal_poyntterminal_action_refresh_status" }, { "relation": "calls", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/poynt_terminal.py", "source_location": "L150", "weight": 1.0, "_src": "poynt_terminal_poyntterminal_action_send_payment_to_terminal", "_tgt": "payment_provider_paymentprovider_poynt_make_request", "source": "payment_provider_paymentprovider_poynt_make_request", "target": "poynt_terminal_poyntterminal_action_send_payment_to_terminal" }, { "relation": "calls", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/poynt_terminal.py", "source_location": "L198", "weight": 1.0, "_src": "poynt_terminal_poyntterminal_action_check_terminal_payment_status", "_tgt": "payment_provider_paymentprovider_poynt_make_request", "source": "payment_provider_paymentprovider_poynt_make_request", "target": "poynt_terminal_poyntterminal_action_check_terminal_payment_status" }, { "relation": "calls", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L62", "weight": 1.0, "_src": "main_poynt_return", "_tgt": "payment_provider_paymentprovider_poynt_make_request", "source": "payment_provider_paymentprovider_poynt_make_request", "target": "main_poynt_return" }, { "relation": "calls", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L153", "weight": 1.0, "_src": "main_poyntcontroller_handle_transaction_webhook", "_tgt": "payment_provider_paymentprovider_poynt_make_request", "source": "payment_provider_paymentprovider_poynt_make_request", "target": "main_poyntcontroller_handle_transaction_webhook" }, { "relation": "calls", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L306", "weight": 1.0, "_src": "main_poynt_terminal_callback", "_tgt": "payment_provider_paymentprovider_poynt_make_request", "source": "payment_provider_paymentprovider_poynt_make_request", "target": "main_poynt_terminal_callback" }, { "relation": "calls", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L559", "weight": 1.0, "_src": "main_poynt_process_card", "_tgt": "payment_provider_paymentprovider_poynt_make_request", "source": "payment_provider_paymentprovider_poynt_make_request", "target": "main_poynt_process_card" }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L259", "weight": 1.0, "_src": "payment_provider_rationale_259", "_tgt": "payment_provider_paymentprovider_poynt_tokenize_nonce", "source": "payment_provider_paymentprovider_poynt_tokenize_nonce", "target": "payment_provider_rationale_259", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L276", "weight": 1.0, "_src": "payment_provider_rationale_276", "_tgt": "payment_provider_paymentprovider_poynt_charge_token", "source": "payment_provider_paymentprovider_poynt_charge_token", "target": "payment_provider_rationale_276", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_transaction.py", "source_location": "L298", "weight": 1.0, "_src": "payment_transaction_paymenttransaction_poynt_process_token_payment", "_tgt": "payment_provider_paymentprovider_poynt_charge_token", "source": "payment_provider_paymentprovider_poynt_charge_token", "target": "payment_transaction_paymenttransaction_poynt_process_token_payment" }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L307", "weight": 1.0, "_src": "payment_provider_rationale_307", "_tgt": "payment_provider_paymentprovider_poynt_get_inline_form_values", "source": "payment_provider_paymentprovider_poynt_get_inline_form_values", "target": "payment_provider_rationale_307", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L387", "weight": 1.0, "_src": "payment_provider_paymentprovider_action_poynt_test_connection", "_tgt": "payment_provider_paymentprovider_poynt_resolve_business_id", "source": "payment_provider_paymentprovider_action_poynt_test_connection", "target": "payment_provider_paymentprovider_poynt_resolve_business_id", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L370", "weight": 1.0, "_src": "payment_provider_rationale_370", "_tgt": "payment_provider_paymentprovider_action_poynt_test_connection", "source": "payment_provider_paymentprovider_action_poynt_test_connection", "target": "payment_provider_rationale_370", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L418", "weight": 1.0, "_src": "payment_provider_rationale_418", "_tgt": "payment_provider_paymentprovider_poynt_resolve_business_id", "source": "payment_provider_paymentprovider_poynt_resolve_business_id", "target": "payment_provider_rationale_418", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L464", "weight": 1.0, "_src": "payment_provider_paymentprovider_action_poynt_fetch_terminals", "_tgt": "payment_provider_paymentprovider_poynt_notification", "source": "payment_provider_paymentprovider_action_poynt_fetch_terminals", "target": "payment_provider_paymentprovider_poynt_notification", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L440", "weight": 1.0, "_src": "payment_provider_rationale_440", "_tgt": "payment_provider_paymentprovider_action_poynt_fetch_terminals", "source": "payment_provider_paymentprovider_action_poynt_fetch_terminals", "target": "payment_provider_rationale_440", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L500", "weight": 1.0, "_src": "payment_provider_paymentprovider_action_poynt_fetch_terminals", "_tgt": "poynt_settlement_create", "source": "payment_provider_paymentprovider_action_poynt_fetch_terminals", "target": "poynt_settlement_create" }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L518", "weight": 1.0, "_src": "payment_provider_rationale_518", "_tgt": "payment_provider_paymentprovider_poynt_fetch_receipt", "source": "payment_provider_paymentprovider_poynt_fetch_receipt", "target": "payment_provider_rationale_518", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_transaction.py", "source_location": "L971", "weight": 1.0, "_src": "payment_transaction_paymenttransaction_poynt_attach_poynt_receipt", "_tgt": "payment_provider_paymentprovider_poynt_fetch_receipt", "source": "payment_provider_paymentprovider_poynt_fetch_receipt", "target": "payment_transaction_paymenttransaction_poynt_attach_poynt_receipt" }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L582", "weight": 1.0, "_src": "payment_provider_rationale_582", "_tgt": "payment_provider_paymentprovider_poynt_fetch_settlement_transactions", "source": "payment_provider_paymentprovider_poynt_fetch_settlement_transactions", "target": "payment_provider_rationale_582", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/poynt_settlement.py", "source_location": "L180", "weight": 1.0, "_src": "poynt_settlement_poyntsettlementbatch_action_fetch_transactions", "_tgt": "payment_provider_paymentprovider_poynt_fetch_settlement_transactions", "source": "payment_provider_paymentprovider_poynt_fetch_settlement_transactions", "target": "poynt_settlement_poyntsettlementbatch_action_fetch_transactions" }, { "relation": "calls", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/poynt_settlement.py", "source_location": "L403", "weight": 1.0, "_src": "poynt_settlement_cron_daily_settlement_sync", "_tgt": "payment_provider_paymentprovider_poynt_fetch_settlement_transactions", "source": "payment_provider_paymentprovider_poynt_fetch_settlement_transactions", "target": "poynt_settlement_cron_daily_settlement_sync" }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_provider.py", "source_location": "L635", "weight": 1.0, "_src": "payment_provider_rationale_635", "_tgt": "payment_provider_paymentprovider_poynt_notification", "source": "payment_provider_paymentprovider_poynt_notification", "target": "payment_provider_rationale_635", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/account_move.py", "source_location": "L9", "weight": 1.0, "_src": "users_gurpreet_github_odoo_modules_fusion_poynt_models_account_move_py", "_tgt": "account_move_accountmove", "source": "users_gurpreet_github_odoo_modules_fusion_poynt_models_account_move_py", "target": "account_move_accountmove", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/account_move.py", "source_location": "L32", "weight": 1.0, "_src": "users_gurpreet_github_odoo_modules_fusion_poynt_models_account_move_py", "_tgt": "account_move_compute_poynt_refund_count", "source": "users_gurpreet_github_odoo_modules_fusion_poynt_models_account_move_py", "target": "account_move_compute_poynt_refund_count", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/account_move.py", "source_location": "L41", "weight": 1.0, "_src": "account_move_accountmove", "_tgt": "account_move_accountmove_compute_has_poynt_receipt", "source": "account_move_accountmove", "target": "account_move_accountmove_compute_has_poynt_receipt", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/account_move.py", "source_location": "L45", "weight": 1.0, "_src": "account_move_accountmove", "_tgt": "account_move_accountmove_compute_poynt_transaction_count", "source": "account_move_accountmove", "target": "account_move_accountmove_compute_poynt_transaction_count", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/account_move.py", "source_location": "L52", "weight": 1.0, "_src": "account_move_accountmove", "_tgt": "account_move_accountmove_action_view_poynt_transactions", "source": "account_move_accountmove", "target": "account_move_accountmove_action_view_poynt_transactions", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/account_move.py", "source_location": "L72", "weight": 1.0, "_src": "account_move_accountmove", "_tgt": "account_move_accountmove_action_view_poynt_refunds", "source": "account_move_accountmove", "target": "account_move_accountmove_action_view_poynt_refunds", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/account_move.py", "source_location": "L89", "weight": 1.0, "_src": "account_move_accountmove", "_tgt": "account_move_accountmove_get_poynt_transaction_for_receipt", "source": "account_move_accountmove", "target": "account_move_accountmove_get_poynt_transaction_for_receipt", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/account_move.py", "source_location": "L111", "weight": 1.0, "_src": "account_move_accountmove", "_tgt": "account_move_accountmove_action_resend_poynt_receipt", "source": "account_move_accountmove", "target": "account_move_accountmove_action_resend_poynt_receipt", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/account_move.py", "source_location": "L176", "weight": 1.0, "_src": "account_move_accountmove", "_tgt": "account_move_accountmove_action_open_poynt_payment_wizard", "source": "account_move_accountmove", "target": "account_move_accountmove_action_open_poynt_payment_wizard", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/account_move.py", "source_location": "L191", "weight": 1.0, "_src": "account_move_accountmove", "_tgt": "account_move_accountmove_action_open_poynt_refund_wizard", "source": "account_move_accountmove", "target": "account_move_accountmove_action_open_poynt_refund_wizard", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/account_move.py", "source_location": "L206", "weight": 1.0, "_src": "account_move_accountmove", "_tgt": "account_move_accountmove_get_original_poynt_transaction", "source": "account_move_accountmove", "target": "account_move_accountmove_get_original_poynt_transaction", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/account_move.py", "source_location": "L43", "weight": 1.0, "_src": "account_move_accountmove_compute_has_poynt_receipt", "_tgt": "account_move_accountmove_get_poynt_transaction_for_receipt", "source": "account_move_accountmove_compute_has_poynt_receipt", "target": "account_move_accountmove_get_poynt_transaction_for_receipt", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/account_move.py", "source_location": "L53", "weight": 1.0, "_src": "account_move_rationale_53", "_tgt": "account_move_accountmove_action_view_poynt_transactions", "source": "account_move_accountmove_action_view_poynt_transactions", "target": "account_move_rationale_53", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/account_move.py", "source_location": "L73", "weight": 1.0, "_src": "account_move_rationale_73", "_tgt": "account_move_accountmove_action_view_poynt_refunds", "source": "account_move_accountmove_action_view_poynt_refunds", "target": "account_move_rationale_73", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/account_move.py", "source_location": "L114", "weight": 1.0, "_src": "account_move_accountmove_action_resend_poynt_receipt", "_tgt": "account_move_accountmove_get_poynt_transaction_for_receipt", "source": "account_move_accountmove_get_poynt_transaction_for_receipt", "target": "account_move_accountmove_action_resend_poynt_receipt", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/account_move.py", "source_location": "L90", "weight": 1.0, "_src": "account_move_rationale_90", "_tgt": "account_move_accountmove_get_poynt_transaction_for_receipt", "source": "account_move_accountmove_get_poynt_transaction_for_receipt", "target": "account_move_rationale_90", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/account_move.py", "source_location": "L112", "weight": 1.0, "_src": "account_move_rationale_112", "_tgt": "account_move_accountmove_action_resend_poynt_receipt", "source": "account_move_accountmove_action_resend_poynt_receipt", "target": "account_move_rationale_112", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/account_move.py", "source_location": "L139", "weight": 1.0, "_src": "account_move_accountmove_action_resend_poynt_receipt", "_tgt": "poynt_settlement_create", "source": "account_move_accountmove_action_resend_poynt_receipt", "target": "poynt_settlement_create" }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/account_move.py", "source_location": "L177", "weight": 1.0, "_src": "account_move_rationale_177", "_tgt": "account_move_accountmove_action_open_poynt_payment_wizard", "source": "account_move_accountmove_action_open_poynt_payment_wizard", "target": "account_move_rationale_177", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/account_move.py", "source_location": "L192", "weight": 1.0, "_src": "account_move_rationale_192", "_tgt": "account_move_accountmove_action_open_poynt_refund_wizard", "source": "account_move_accountmove_action_open_poynt_refund_wizard", "target": "account_move_rationale_192", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/account_move.py", "source_location": "L207", "weight": 1.0, "_src": "account_move_rationale_207", "_tgt": "account_move_accountmove_get_original_poynt_transaction", "source": "account_move_accountmove_get_original_poynt_transaction", "target": "account_move_rationale_207", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_transaction.py", "source_location": "L20", "weight": 1.0, "_src": "users_gurpreet_github_odoo_modules_fusion_poynt_models_payment_transaction_py", "_tgt": "payment_transaction_paymenttransaction", "source": "users_gurpreet_github_odoo_modules_fusion_poynt_models_payment_transaction_py", "target": "payment_transaction_paymenttransaction", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_transaction.py", "source_location": "L187", "weight": 1.0, "_src": "users_gurpreet_github_odoo_modules_fusion_poynt_models_payment_transaction_py", "_tgt": "payment_transaction_detect_card_brand_from_details", "source": "users_gurpreet_github_odoo_modules_fusion_poynt_models_payment_transaction_py", "target": "payment_transaction_detect_card_brand_from_details", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_transaction.py", "source_location": "L657", "weight": 1.0, "_src": "users_gurpreet_github_odoo_modules_fusion_poynt_models_payment_transaction_py", "_tgt": "payment_transaction_search_by_reference", "source": "users_gurpreet_github_odoo_modules_fusion_poynt_models_payment_transaction_py", "target": "payment_transaction_search_by_reference", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_transaction.py", "source_location": "L51", "weight": 1.0, "_src": "payment_transaction_paymenttransaction", "_tgt": "payment_transaction_paymenttransaction_get_provider_sudo", "source": "payment_transaction_paymenttransaction", "target": "payment_transaction_paymenttransaction_get_provider_sudo", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_transaction.py", "source_location": "L56", "weight": 1.0, "_src": "payment_transaction_paymenttransaction", "_tgt": "payment_transaction_paymenttransaction_get_specific_processing_values", "source": "payment_transaction_paymenttransaction", "target": "payment_transaction_paymenttransaction_get_specific_processing_values", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_transaction.py", "source_location": "L86", "weight": 1.0, "_src": "payment_transaction_paymenttransaction", "_tgt": "payment_transaction_paymenttransaction_send_payment_request", "source": "payment_transaction_paymenttransaction", "target": "payment_transaction_paymenttransaction_send_payment_request", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_transaction.py", "source_location": "L112", "weight": 1.0, "_src": "payment_transaction_paymenttransaction", "_tgt": "payment_transaction_paymenttransaction_poynt_create_order", "source": "payment_transaction_paymenttransaction", "target": "payment_transaction_paymenttransaction_poynt_create_order", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_transaction.py", "source_location": "L139", "weight": 1.0, "_src": "payment_transaction_paymenttransaction", "_tgt": "payment_transaction_paymenttransaction_poynt_create_order_and_authorize", "source": "payment_transaction_paymenttransaction", "target": "payment_transaction_paymenttransaction_poynt_create_order_and_authorize", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_transaction.py", "source_location": "L202", "weight": 1.0, "_src": "payment_transaction_paymenttransaction", "_tgt": "payment_transaction_paymenttransaction_apply_token_surcharge", "source": "payment_transaction_paymenttransaction", "target": "payment_transaction_paymenttransaction_apply_token_surcharge", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_transaction.py", "source_location": "L283", "weight": 1.0, "_src": "payment_transaction_paymenttransaction", "_tgt": "payment_transaction_paymenttransaction_poynt_process_token_payment", "source": "payment_transaction_paymenttransaction", "target": "payment_transaction_paymenttransaction_poynt_process_token_payment", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_transaction.py", "source_location": "L376", "weight": 1.0, "_src": "payment_transaction_paymenttransaction", "_tgt": "payment_transaction_paymenttransaction_send_refund_request", "source": "payment_transaction_paymenttransaction", "target": "payment_transaction_paymenttransaction_send_refund_request", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_transaction.py", "source_location": "L447", "weight": 1.0, "_src": "payment_transaction_paymenttransaction", "_tgt": "payment_transaction_paymenttransaction_send_capture_request", "source": "payment_transaction_paymenttransaction", "target": "payment_transaction_paymenttransaction_send_capture_request", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_transaction.py", "source_location": "L484", "weight": 1.0, "_src": "payment_transaction_paymenttransaction", "_tgt": "payment_transaction_paymenttransaction_send_void_request", "source": "payment_transaction_paymenttransaction", "target": "payment_transaction_paymenttransaction_send_void_request", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_transaction.py", "source_location": "L512", "weight": 1.0, "_src": "payment_transaction_paymenttransaction", "_tgt": "payment_transaction_paymenttransaction_action_poynt_void", "source": "payment_transaction_paymenttransaction", "target": "payment_transaction_paymenttransaction_action_poynt_void", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_transaction.py", "source_location": "L686", "weight": 1.0, "_src": "payment_transaction_paymenttransaction", "_tgt": "payment_transaction_paymenttransaction_extract_amount_data", "source": "payment_transaction_paymenttransaction", "target": "payment_transaction_paymenttransaction_extract_amount_data", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_transaction.py", "source_location": "L696", "weight": 1.0, "_src": "payment_transaction_paymenttransaction", "_tgt": "payment_transaction_paymenttransaction_apply_updates", "source": "payment_transaction_paymenttransaction", "target": "payment_transaction_paymenttransaction_apply_updates", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_transaction.py", "source_location": "L752", "weight": 1.0, "_src": "payment_transaction_paymenttransaction", "_tgt": "payment_transaction_paymenttransaction_create_payment", "source": "payment_transaction_paymenttransaction", "target": "payment_transaction_paymenttransaction_create_payment", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_transaction.py", "source_location": "L814", "weight": 1.0, "_src": "payment_transaction_paymenttransaction", "_tgt": "payment_transaction_paymenttransaction_extract_token_values", "source": "payment_transaction_paymenttransaction", "target": "payment_transaction_paymenttransaction_extract_token_values", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_transaction.py", "source_location": "L835", "weight": 1.0, "_src": "payment_transaction_paymenttransaction", "_tgt": "payment_transaction_paymenttransaction_poynt_generate_receipt", "source": "payment_transaction_paymenttransaction", "target": "payment_transaction_paymenttransaction_poynt_generate_receipt", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_transaction.py", "source_location": "L856", "weight": 1.0, "_src": "payment_transaction_paymenttransaction", "_tgt": "payment_transaction_paymenttransaction_poynt_store_receipt_data", "source": "payment_transaction_paymenttransaction", "target": "payment_transaction_paymenttransaction_poynt_store_receipt_data", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_transaction.py", "source_location": "L906", "weight": 1.0, "_src": "payment_transaction_paymenttransaction", "_tgt": "payment_transaction_paymenttransaction_poynt_attach_receipt_pdf", "source": "payment_transaction_paymenttransaction", "target": "payment_transaction_paymenttransaction_poynt_attach_receipt_pdf", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_transaction.py", "source_location": "L949", "weight": 1.0, "_src": "payment_transaction_paymenttransaction", "_tgt": "payment_transaction_paymenttransaction_poynt_attach_poynt_receipt", "source": "payment_transaction_paymenttransaction", "target": "payment_transaction_paymenttransaction_poynt_attach_poynt_receipt", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_transaction.py", "source_location": "L986", "weight": 1.0, "_src": "payment_transaction_paymenttransaction", "_tgt": "payment_transaction_paymenttransaction_poynt_auto_send_invoice_and_receipt", "source": "payment_transaction_paymenttransaction", "target": "payment_transaction_paymenttransaction_poynt_auto_send_invoice_and_receipt", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_transaction.py", "source_location": "L1056", "weight": 1.0, "_src": "payment_transaction_paymenttransaction", "_tgt": "payment_transaction_paymenttransaction_get_poynt_receipt_values", "source": "payment_transaction_paymenttransaction", "target": "payment_transaction_paymenttransaction_get_poynt_receipt_values", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_transaction.py", "source_location": "L1077", "weight": 1.0, "_src": "payment_transaction_paymenttransaction", "_tgt": "payment_transaction_paymenttransaction_get_source_receipt_values", "source": "payment_transaction_paymenttransaction", "target": "payment_transaction_paymenttransaction_get_source_receipt_values", "confidence_score": 1.0 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_transaction.py", "source_location": "L15", "weight": 0.8, "_src": "payment_transaction_paymenttransaction", "_tgt": "main_poyntcontroller", "source": "payment_transaction_paymenttransaction", "target": "main_poyntcontroller", "confidence_score": 0.5 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_transaction.py", "source_location": "L72", "weight": 1.0, "_src": "payment_transaction_paymenttransaction_get_specific_processing_values", "_tgt": "payment_transaction_paymenttransaction_get_provider_sudo", "source": "payment_transaction_paymenttransaction_get_provider_sudo", "target": "payment_transaction_paymenttransaction_get_specific_processing_values", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_transaction.py", "source_location": "L123", "weight": 1.0, "_src": "payment_transaction_paymenttransaction_poynt_create_order", "_tgt": "payment_transaction_paymenttransaction_get_provider_sudo", "source": "payment_transaction_paymenttransaction_get_provider_sudo", "target": "payment_transaction_paymenttransaction_poynt_create_order", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_transaction.py", "source_location": "L146", "weight": 1.0, "_src": "payment_transaction_paymenttransaction_poynt_create_order_and_authorize", "_tgt": "payment_transaction_paymenttransaction_get_provider_sudo", "source": "payment_transaction_paymenttransaction_get_provider_sudo", "target": "payment_transaction_paymenttransaction_poynt_create_order_and_authorize", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_transaction.py", "source_location": "L293", "weight": 1.0, "_src": "payment_transaction_paymenttransaction_poynt_process_token_payment", "_tgt": "payment_transaction_paymenttransaction_get_provider_sudo", "source": "payment_transaction_paymenttransaction_get_provider_sudo", "target": "payment_transaction_paymenttransaction_poynt_process_token_payment", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_transaction.py", "source_location": "L392", "weight": 1.0, "_src": "payment_transaction_paymenttransaction_send_refund_request", "_tgt": "payment_transaction_paymenttransaction_get_provider_sudo", "source": "payment_transaction_paymenttransaction_get_provider_sudo", "target": "payment_transaction_paymenttransaction_send_refund_request", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_transaction.py", "source_location": "L471", "weight": 1.0, "_src": "payment_transaction_paymenttransaction_send_capture_request", "_tgt": "payment_transaction_paymenttransaction_get_provider_sudo", "source": "payment_transaction_paymenttransaction_get_provider_sudo", "target": "payment_transaction_paymenttransaction_send_capture_request", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_transaction.py", "source_location": "L497", "weight": 1.0, "_src": "payment_transaction_paymenttransaction_send_void_request", "_tgt": "payment_transaction_paymenttransaction_get_provider_sudo", "source": "payment_transaction_paymenttransaction_get_provider_sudo", "target": "payment_transaction_paymenttransaction_send_void_request", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_transaction.py", "source_location": "L764", "weight": 1.0, "_src": "payment_transaction_paymenttransaction_create_payment", "_tgt": "payment_transaction_paymenttransaction_get_provider_sudo", "source": "payment_transaction_paymenttransaction_get_provider_sudo", "target": "payment_transaction_paymenttransaction_create_payment", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_transaction.py", "source_location": "L861", "weight": 1.0, "_src": "payment_transaction_paymenttransaction_poynt_store_receipt_data", "_tgt": "payment_transaction_paymenttransaction_get_provider_sudo", "source": "payment_transaction_paymenttransaction_get_provider_sudo", "target": "payment_transaction_paymenttransaction_poynt_store_receipt_data", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_transaction.py", "source_location": "L971", "weight": 1.0, "_src": "payment_transaction_paymenttransaction_poynt_attach_poynt_receipt", "_tgt": "payment_transaction_paymenttransaction_get_provider_sudo", "source": "payment_transaction_paymenttransaction_get_provider_sudo", "target": "payment_transaction_paymenttransaction_poynt_attach_poynt_receipt", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_transaction.py", "source_location": "L70", "weight": 1.0, "_src": "payment_transaction_paymenttransaction_get_specific_processing_values", "_tgt": "payment_transaction_paymenttransaction_poynt_create_order", "source": "payment_transaction_paymenttransaction_get_specific_processing_values", "target": "payment_transaction_paymenttransaction_poynt_create_order", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_transaction.py", "source_location": "L57", "weight": 1.0, "_src": "payment_transaction_rationale_57", "_tgt": "payment_transaction_paymenttransaction_get_specific_processing_values", "source": "payment_transaction_paymenttransaction_get_specific_processing_values", "target": "payment_transaction_rationale_57", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_transaction.py", "source_location": "L92", "weight": 1.0, "_src": "payment_transaction_paymenttransaction_send_payment_request", "_tgt": "payment_transaction_paymenttransaction_poynt_process_token_payment", "source": "payment_transaction_paymenttransaction_send_payment_request", "target": "payment_transaction_paymenttransaction_poynt_process_token_payment", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_transaction.py", "source_location": "L94", "weight": 1.0, "_src": "payment_transaction_paymenttransaction_send_payment_request", "_tgt": "payment_transaction_paymenttransaction_poynt_create_order_and_authorize", "source": "payment_transaction_paymenttransaction_send_payment_request", "target": "payment_transaction_paymenttransaction_poynt_create_order_and_authorize", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_transaction.py", "source_location": "L87", "weight": 1.0, "_src": "payment_transaction_rationale_87", "_tgt": "payment_transaction_paymenttransaction_send_payment_request", "source": "payment_transaction_paymenttransaction_send_payment_request", "target": "payment_transaction_rationale_87", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_transaction.py", "source_location": "L113", "weight": 1.0, "_src": "payment_transaction_rationale_113", "_tgt": "payment_transaction_paymenttransaction_poynt_create_order", "source": "payment_transaction_paymenttransaction_poynt_create_order", "target": "payment_transaction_rationale_113", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_transaction.py", "source_location": "L140", "weight": 1.0, "_src": "payment_transaction_rationale_140", "_tgt": "payment_transaction_paymenttransaction_poynt_create_order_and_authorize", "source": "payment_transaction_paymenttransaction_poynt_create_order_and_authorize", "target": "payment_transaction_rationale_140", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_transaction.py", "source_location": "L225", "weight": 1.0, "_src": "payment_transaction_paymenttransaction_apply_token_surcharge", "_tgt": "payment_transaction_detect_card_brand_from_details", "source": "payment_transaction_detect_card_brand_from_details", "target": "payment_transaction_paymenttransaction_apply_token_surcharge", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_transaction.py", "source_location": "L291", "weight": 1.0, "_src": "payment_transaction_paymenttransaction_poynt_process_token_payment", "_tgt": "payment_transaction_paymenttransaction_apply_token_surcharge", "source": "payment_transaction_paymenttransaction_apply_token_surcharge", "target": "payment_transaction_paymenttransaction_poynt_process_token_payment", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_transaction.py", "source_location": "L203", "weight": 1.0, "_src": "payment_transaction_rationale_203", "_tgt": "payment_transaction_paymenttransaction_apply_token_surcharge", "source": "payment_transaction_paymenttransaction_apply_token_surcharge", "target": "payment_transaction_rationale_203", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_transaction.py", "source_location": "L284", "weight": 1.0, "_src": "payment_transaction_rationale_284", "_tgt": "payment_transaction_paymenttransaction_poynt_process_token_payment", "source": "payment_transaction_paymenttransaction_poynt_process_token_payment", "target": "payment_transaction_rationale_284", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_transaction.py", "source_location": "L377", "weight": 1.0, "_src": "payment_transaction_rationale_377", "_tgt": "payment_transaction_paymenttransaction_send_refund_request", "source": "payment_transaction_paymenttransaction_send_refund_request", "target": "payment_transaction_rationale_377", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_transaction.py", "source_location": "L448", "weight": 1.0, "_src": "payment_transaction_rationale_448", "_tgt": "payment_transaction_paymenttransaction_send_capture_request", "source": "payment_transaction_paymenttransaction_send_capture_request", "target": "payment_transaction_rationale_448", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_transaction.py", "source_location": "L485", "weight": 1.0, "_src": "payment_transaction_rationale_485", "_tgt": "payment_transaction_paymenttransaction_send_void_request", "source": "payment_transaction_paymenttransaction_send_void_request", "target": "payment_transaction_rationale_485", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_transaction.py", "source_location": "L513", "weight": 1.0, "_src": "payment_transaction_rationale_513", "_tgt": "payment_transaction_paymenttransaction_action_poynt_void", "source": "payment_transaction_paymenttransaction_action_poynt_void", "target": "payment_transaction_rationale_513", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L56", "weight": 1.0, "_src": "main_poynt_return", "_tgt": "payment_transaction_search_by_reference", "source": "payment_transaction_search_by_reference", "target": "main_poynt_return" }, { "relation": "calls", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L170", "weight": 1.0, "_src": "main_poyntcontroller_handle_transaction_webhook", "_tgt": "payment_transaction_search_by_reference", "source": "payment_transaction_search_by_reference", "target": "main_poyntcontroller_handle_transaction_webhook" }, { "relation": "calls", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L300", "weight": 1.0, "_src": "main_poynt_terminal_callback", "_tgt": "payment_transaction_search_by_reference", "source": "payment_transaction_search_by_reference", "target": "main_poynt_terminal_callback" }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_transaction.py", "source_location": "L687", "weight": 1.0, "_src": "payment_transaction_rationale_687", "_tgt": "payment_transaction_paymenttransaction_extract_amount_data", "source": "payment_transaction_paymenttransaction_extract_amount_data", "target": "payment_transaction_rationale_687", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_transaction.py", "source_location": "L733", "weight": 1.0, "_src": "payment_transaction_paymenttransaction_apply_updates", "_tgt": "payment_transaction_paymenttransaction_poynt_generate_receipt", "source": "payment_transaction_paymenttransaction_apply_updates", "target": "payment_transaction_paymenttransaction_poynt_generate_receipt", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_transaction.py", "source_location": "L697", "weight": 1.0, "_src": "payment_transaction_rationale_697", "_tgt": "payment_transaction_paymenttransaction_apply_updates", "source": "payment_transaction_paymenttransaction_apply_updates", "target": "payment_transaction_rationale_697", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_transaction.py", "source_location": "L753", "weight": 1.0, "_src": "payment_transaction_rationale_753", "_tgt": "payment_transaction_paymenttransaction_create_payment", "source": "payment_transaction_paymenttransaction_create_payment", "target": "payment_transaction_rationale_753", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_transaction.py", "source_location": "L791", "weight": 1.0, "_src": "payment_transaction_paymenttransaction_create_payment", "_tgt": "poynt_settlement_create", "source": "payment_transaction_paymenttransaction_create_payment", "target": "poynt_settlement_create" }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_transaction.py", "source_location": "L815", "weight": 1.0, "_src": "payment_transaction_rationale_815", "_tgt": "payment_transaction_paymenttransaction_extract_token_values", "source": "payment_transaction_paymenttransaction_extract_token_values", "target": "payment_transaction_rationale_815", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_transaction.py", "source_location": "L847", "weight": 1.0, "_src": "payment_transaction_paymenttransaction_poynt_generate_receipt", "_tgt": "payment_transaction_paymenttransaction_poynt_store_receipt_data", "source": "payment_transaction_paymenttransaction_poynt_generate_receipt", "target": "payment_transaction_paymenttransaction_poynt_store_receipt_data", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_transaction.py", "source_location": "L848", "weight": 1.0, "_src": "payment_transaction_paymenttransaction_poynt_generate_receipt", "_tgt": "payment_transaction_paymenttransaction_poynt_attach_receipt_pdf", "source": "payment_transaction_paymenttransaction_poynt_generate_receipt", "target": "payment_transaction_paymenttransaction_poynt_attach_receipt_pdf", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_transaction.py", "source_location": "L849", "weight": 1.0, "_src": "payment_transaction_paymenttransaction_poynt_generate_receipt", "_tgt": "payment_transaction_paymenttransaction_poynt_attach_poynt_receipt", "source": "payment_transaction_paymenttransaction_poynt_generate_receipt", "target": "payment_transaction_paymenttransaction_poynt_attach_poynt_receipt", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_transaction.py", "source_location": "L850", "weight": 1.0, "_src": "payment_transaction_paymenttransaction_poynt_generate_receipt", "_tgt": "payment_transaction_paymenttransaction_poynt_auto_send_invoice_and_receipt", "source": "payment_transaction_paymenttransaction_poynt_generate_receipt", "target": "payment_transaction_paymenttransaction_poynt_auto_send_invoice_and_receipt", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_transaction.py", "source_location": "L836", "weight": 1.0, "_src": "payment_transaction_rationale_836", "_tgt": "payment_transaction_paymenttransaction_poynt_generate_receipt", "source": "payment_transaction_paymenttransaction_poynt_generate_receipt", "target": "payment_transaction_rationale_836", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_transaction.py", "source_location": "L857", "weight": 1.0, "_src": "payment_transaction_rationale_857", "_tgt": "payment_transaction_paymenttransaction_poynt_store_receipt_data", "source": "payment_transaction_paymenttransaction_poynt_store_receipt_data", "target": "payment_transaction_rationale_857", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_transaction.py", "source_location": "L907", "weight": 1.0, "_src": "payment_transaction_rationale_907", "_tgt": "payment_transaction_paymenttransaction_poynt_attach_receipt_pdf", "source": "payment_transaction_paymenttransaction_poynt_attach_receipt_pdf", "target": "payment_transaction_rationale_907", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_transaction.py", "source_location": "L932", "weight": 1.0, "_src": "payment_transaction_paymenttransaction_poynt_attach_receipt_pdf", "_tgt": "poynt_settlement_create", "source": "payment_transaction_paymenttransaction_poynt_attach_receipt_pdf", "target": "poynt_settlement_create" }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_transaction.py", "source_location": "L950", "weight": 1.0, "_src": "payment_transaction_rationale_950", "_tgt": "payment_transaction_paymenttransaction_poynt_attach_poynt_receipt", "source": "payment_transaction_paymenttransaction_poynt_attach_poynt_receipt", "target": "payment_transaction_rationale_950", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_transaction.py", "source_location": "L977", "weight": 1.0, "_src": "payment_transaction_paymenttransaction_poynt_attach_poynt_receipt", "_tgt": "poynt_settlement_create", "source": "payment_transaction_paymenttransaction_poynt_attach_poynt_receipt", "target": "poynt_settlement_create" }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_transaction.py", "source_location": "L987", "weight": 1.0, "_src": "payment_transaction_rationale_987", "_tgt": "payment_transaction_paymenttransaction_poynt_auto_send_invoice_and_receipt", "source": "payment_transaction_paymenttransaction_poynt_auto_send_invoice_and_receipt", "target": "payment_transaction_rationale_987", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_transaction.py", "source_location": "L1057", "weight": 1.0, "_src": "payment_transaction_rationale_1057", "_tgt": "payment_transaction_paymenttransaction_get_poynt_receipt_values", "source": "payment_transaction_paymenttransaction_get_poynt_receipt_values", "target": "payment_transaction_rationale_1057", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_transaction.py", "source_location": "L1078", "weight": 1.0, "_src": "payment_transaction_rationale_1078", "_tgt": "payment_transaction_paymenttransaction_get_source_receipt_values", "source": "payment_transaction_paymenttransaction_get_source_receipt_values", "target": "payment_transaction_rationale_1078", "confidence_score": 1.0 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_transaction.py", "source_location": "L15", "weight": 0.8, "_src": "payment_transaction_rationale_57", "_tgt": "main_poyntcontroller", "source": "payment_transaction_rationale_57", "target": "main_poyntcontroller", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_transaction.py", "source_location": "L15", "weight": 0.8, "_src": "payment_transaction_rationale_87", "_tgt": "main_poyntcontroller", "source": "payment_transaction_rationale_87", "target": "main_poyntcontroller", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_transaction.py", "source_location": "L15", "weight": 0.8, "_src": "payment_transaction_rationale_113", "_tgt": "main_poyntcontroller", "source": "payment_transaction_rationale_113", "target": "main_poyntcontroller", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_transaction.py", "source_location": "L15", "weight": 0.8, "_src": "payment_transaction_rationale_140", "_tgt": "main_poyntcontroller", "source": "payment_transaction_rationale_140", "target": "main_poyntcontroller", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_transaction.py", "source_location": "L15", "weight": 0.8, "_src": "payment_transaction_rationale_188", "_tgt": "main_poyntcontroller", "source": "payment_transaction_rationale_188", "target": "main_poyntcontroller", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_transaction.py", "source_location": "L15", "weight": 0.8, "_src": "payment_transaction_rationale_203", "_tgt": "main_poyntcontroller", "source": "payment_transaction_rationale_203", "target": "main_poyntcontroller", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_transaction.py", "source_location": "L15", "weight": 0.8, "_src": "payment_transaction_rationale_284", "_tgt": "main_poyntcontroller", "source": "payment_transaction_rationale_284", "target": "main_poyntcontroller", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_transaction.py", "source_location": "L15", "weight": 0.8, "_src": "payment_transaction_rationale_377", "_tgt": "main_poyntcontroller", "source": "payment_transaction_rationale_377", "target": "main_poyntcontroller", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_transaction.py", "source_location": "L15", "weight": 0.8, "_src": "payment_transaction_rationale_448", "_tgt": "main_poyntcontroller", "source": "payment_transaction_rationale_448", "target": "main_poyntcontroller", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_transaction.py", "source_location": "L15", "weight": 0.8, "_src": "payment_transaction_rationale_485", "_tgt": "main_poyntcontroller", "source": "payment_transaction_rationale_485", "target": "main_poyntcontroller", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_transaction.py", "source_location": "L15", "weight": 0.8, "_src": "payment_transaction_rationale_513", "_tgt": "main_poyntcontroller", "source": "payment_transaction_rationale_513", "target": "main_poyntcontroller", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_transaction.py", "source_location": "L15", "weight": 0.8, "_src": "payment_transaction_rationale_658", "_tgt": "main_poyntcontroller", "source": "payment_transaction_rationale_658", "target": "main_poyntcontroller", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_transaction.py", "source_location": "L15", "weight": 0.8, "_src": "payment_transaction_rationale_687", "_tgt": "main_poyntcontroller", "source": "payment_transaction_rationale_687", "target": "main_poyntcontroller", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_transaction.py", "source_location": "L15", "weight": 0.8, "_src": "payment_transaction_rationale_697", "_tgt": "main_poyntcontroller", "source": "payment_transaction_rationale_697", "target": "main_poyntcontroller", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_transaction.py", "source_location": "L15", "weight": 0.8, "_src": "payment_transaction_rationale_753", "_tgt": "main_poyntcontroller", "source": "payment_transaction_rationale_753", "target": "main_poyntcontroller", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_transaction.py", "source_location": "L15", "weight": 0.8, "_src": "payment_transaction_rationale_815", "_tgt": "main_poyntcontroller", "source": "payment_transaction_rationale_815", "target": "main_poyntcontroller", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_transaction.py", "source_location": "L15", "weight": 0.8, "_src": "payment_transaction_rationale_836", "_tgt": "main_poyntcontroller", "source": "payment_transaction_rationale_836", "target": "main_poyntcontroller", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_transaction.py", "source_location": "L15", "weight": 0.8, "_src": "payment_transaction_rationale_857", "_tgt": "main_poyntcontroller", "source": "payment_transaction_rationale_857", "target": "main_poyntcontroller", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_transaction.py", "source_location": "L15", "weight": 0.8, "_src": "payment_transaction_rationale_907", "_tgt": "main_poyntcontroller", "source": "payment_transaction_rationale_907", "target": "main_poyntcontroller", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_transaction.py", "source_location": "L15", "weight": 0.8, "_src": "payment_transaction_rationale_950", "_tgt": "main_poyntcontroller", "source": "payment_transaction_rationale_950", "target": "main_poyntcontroller", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_transaction.py", "source_location": "L15", "weight": 0.8, "_src": "payment_transaction_rationale_987", "_tgt": "main_poyntcontroller", "source": "payment_transaction_rationale_987", "target": "main_poyntcontroller", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_transaction.py", "source_location": "L15", "weight": 0.8, "_src": "payment_transaction_rationale_1057", "_tgt": "main_poyntcontroller", "source": "payment_transaction_rationale_1057", "target": "main_poyntcontroller", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/payment_transaction.py", "source_location": "L15", "weight": 0.8, "_src": "payment_transaction_rationale_1078", "_tgt": "main_poyntcontroller", "source": "payment_transaction_rationale_1078", "target": "main_poyntcontroller", "confidence_score": 0.5 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/sale_order.py", "source_location": "L11", "weight": 1.0, "_src": "users_gurpreet_github_odoo_modules_fusion_poynt_models_sale_order_py", "_tgt": "sale_order_saleorder", "source": "users_gurpreet_github_odoo_modules_fusion_poynt_models_sale_order_py", "target": "sale_order_saleorder", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/sale_order.py", "source_location": "L19", "weight": 1.0, "_src": "sale_order_saleorder", "_tgt": "sale_order_saleorder_compute_poynt_transaction_count", "source": "sale_order_saleorder", "target": "sale_order_saleorder_compute_poynt_transaction_count", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/sale_order.py", "source_location": "L26", "weight": 1.0, "_src": "sale_order_saleorder", "_tgt": "sale_order_saleorder_action_view_poynt_transactions", "source": "sale_order_saleorder", "target": "sale_order_saleorder_action_view_poynt_transactions", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/sale_order.py", "source_location": "L45", "weight": 1.0, "_src": "sale_order_saleorder", "_tgt": "sale_order_saleorder_action_poynt_collect_payment", "source": "sale_order_saleorder", "target": "sale_order_saleorder_action_poynt_collect_payment", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/sale_order.py", "source_location": "L46", "weight": 1.0, "_src": "sale_order_rationale_46", "_tgt": "sale_order_saleorder_action_poynt_collect_payment", "source": "sale_order_saleorder_action_poynt_collect_payment", "target": "sale_order_rationale_46", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/poynt_settlement.py", "source_location": "L12", "weight": 1.0, "_src": "users_gurpreet_github_odoo_modules_fusion_poynt_models_poynt_settlement_py", "_tgt": "poynt_settlement_poyntsettlementbatch", "source": "users_gurpreet_github_odoo_modules_fusion_poynt_models_poynt_settlement_py", "target": "poynt_settlement_poyntsettlementbatch", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/poynt_settlement.py", "source_location": "L116", "weight": 1.0, "_src": "users_gurpreet_github_odoo_modules_fusion_poynt_models_poynt_settlement_py", "_tgt": "poynt_settlement_create", "source": "users_gurpreet_github_odoo_modules_fusion_poynt_models_poynt_settlement_py", "target": "poynt_settlement_create", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/poynt_settlement.py", "source_location": "L125", "weight": 1.0, "_src": "users_gurpreet_github_odoo_modules_fusion_poynt_models_poynt_settlement_py", "_tgt": "poynt_settlement_compute_totals", "source": "users_gurpreet_github_odoo_modules_fusion_poynt_models_poynt_settlement_py", "target": "poynt_settlement_compute_totals", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/poynt_settlement.py", "source_location": "L364", "weight": 1.0, "_src": "users_gurpreet_github_odoo_modules_fusion_poynt_models_poynt_settlement_py", "_tgt": "poynt_settlement_cron_daily_settlement_sync", "source": "users_gurpreet_github_odoo_modules_fusion_poynt_models_poynt_settlement_py", "target": "poynt_settlement_cron_daily_settlement_sync", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/poynt_settlement.py", "source_location": "L463", "weight": 1.0, "_src": "users_gurpreet_github_odoo_modules_fusion_poynt_models_poynt_settlement_py", "_tgt": "poynt_settlement_poyntsettlementline", "source": "users_gurpreet_github_odoo_modules_fusion_poynt_models_poynt_settlement_py", "target": "poynt_settlement_poyntsettlementline", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/poynt_settlement.py", "source_location": "L140", "weight": 1.0, "_src": "poynt_settlement_poyntsettlementbatch", "_tgt": "poynt_settlement_poyntsettlementbatch_compute_smart_buttons", "source": "poynt_settlement_poyntsettlementbatch", "target": "poynt_settlement_poyntsettlementbatch_compute_smart_buttons", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/poynt_settlement.py", "source_location": "L147", "weight": 1.0, "_src": "poynt_settlement_poyntsettlementbatch", "_tgt": "poynt_settlement_poyntsettlementbatch_action_view_payments", "source": "poynt_settlement_poyntsettlementbatch", "target": "poynt_settlement_poyntsettlementbatch_action_view_payments", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/poynt_settlement.py", "source_location": "L159", "weight": 1.0, "_src": "poynt_settlement_poyntsettlementbatch", "_tgt": "poynt_settlement_poyntsettlementbatch_action_view_invoices", "source": "poynt_settlement_poyntsettlementbatch", "target": "poynt_settlement_poyntsettlementbatch_action_view_invoices", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/poynt_settlement.py", "source_location": "L173", "weight": 1.0, "_src": "poynt_settlement_poyntsettlementbatch", "_tgt": "poynt_settlement_poyntsettlementbatch_action_fetch_transactions", "source": "poynt_settlement_poyntsettlementbatch", "target": "poynt_settlement_poyntsettlementbatch_action_fetch_transactions", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/poynt_settlement.py", "source_location": "L234", "weight": 1.0, "_src": "poynt_settlement_poyntsettlementbatch", "_tgt": "poynt_settlement_poyntsettlementbatch_action_match_deposit", "source": "poynt_settlement_poyntsettlementbatch", "target": "poynt_settlement_poyntsettlementbatch_action_match_deposit", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/poynt_settlement.py", "source_location": "L328", "weight": 1.0, "_src": "poynt_settlement_poyntsettlementbatch", "_tgt": "poynt_settlement_poyntsettlementbatch_action_match_existing_payments", "source": "poynt_settlement_poyntsettlementbatch", "target": "poynt_settlement_poyntsettlementbatch_action_match_existing_payments", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/poynt_settlement.py", "source_location": "L355", "weight": 1.0, "_src": "poynt_settlement_poyntsettlementbatch", "_tgt": "poynt_settlement_poyntsettlementbatch_action_reset_to_draft", "source": "poynt_settlement_poyntsettlementbatch", "target": "poynt_settlement_poyntsettlementbatch_action_reset_to_draft", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/poynt_settlement.py", "source_location": "L226", "weight": 1.0, "_src": "poynt_settlement_poyntsettlementbatch_action_fetch_transactions", "_tgt": "poynt_settlement_create", "source": "poynt_settlement_create", "target": "poynt_settlement_poyntsettlementbatch_action_fetch_transactions", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/poynt_settlement.py", "source_location": "L396", "weight": 1.0, "_src": "poynt_settlement_cron_daily_settlement_sync", "_tgt": "poynt_settlement_create", "source": "poynt_settlement_create", "target": "poynt_settlement_cron_daily_settlement_sync", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/poynt_settlement.py", "source_location": "L148", "weight": 1.0, "_src": "poynt_settlement_rationale_148", "_tgt": "poynt_settlement_poyntsettlementbatch_action_view_payments", "source": "poynt_settlement_poyntsettlementbatch_action_view_payments", "target": "poynt_settlement_rationale_148", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/poynt_settlement.py", "source_location": "L160", "weight": 1.0, "_src": "poynt_settlement_rationale_160", "_tgt": "poynt_settlement_poyntsettlementbatch_action_view_invoices", "source": "poynt_settlement_poyntsettlementbatch_action_view_invoices", "target": "poynt_settlement_rationale_160", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/poynt_settlement.py", "source_location": "L174", "weight": 1.0, "_src": "poynt_settlement_rationale_174", "_tgt": "poynt_settlement_poyntsettlementbatch_action_fetch_transactions", "source": "poynt_settlement_poyntsettlementbatch_action_fetch_transactions", "target": "poynt_settlement_rationale_174", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/poynt_settlement.py", "source_location": "L449", "weight": 1.0, "_src": "poynt_settlement_cron_daily_settlement_sync", "_tgt": "poynt_settlement_poyntsettlementbatch_action_match_deposit", "source": "poynt_settlement_poyntsettlementbatch_action_match_deposit", "target": "poynt_settlement_cron_daily_settlement_sync", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/poynt_settlement.py", "source_location": "L235", "weight": 1.0, "_src": "poynt_settlement_rationale_235", "_tgt": "poynt_settlement_poyntsettlementbatch_action_match_deposit", "source": "poynt_settlement_poyntsettlementbatch_action_match_deposit", "target": "poynt_settlement_rationale_235", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/poynt_settlement.py", "source_location": "L338", "weight": 1.0, "_src": "poynt_settlement_poyntsettlementbatch_action_match_existing_payments", "_tgt": "poynt_settlement_poyntsettlementline_match_to_existing_payment", "source": "poynt_settlement_poyntsettlementbatch_action_match_existing_payments", "target": "poynt_settlement_poyntsettlementline_match_to_existing_payment", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/poynt_settlement.py", "source_location": "L452", "weight": 1.0, "_src": "poynt_settlement_cron_daily_settlement_sync", "_tgt": "poynt_settlement_poyntsettlementbatch_action_match_existing_payments", "source": "poynt_settlement_poyntsettlementbatch_action_match_existing_payments", "target": "poynt_settlement_cron_daily_settlement_sync", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/poynt_settlement.py", "source_location": "L329", "weight": 1.0, "_src": "poynt_settlement_rationale_329", "_tgt": "poynt_settlement_poyntsettlementbatch_action_match_existing_payments", "source": "poynt_settlement_poyntsettlementbatch_action_match_existing_payments", "target": "poynt_settlement_rationale_329", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/poynt_settlement.py", "source_location": "L356", "weight": 1.0, "_src": "poynt_settlement_rationale_356", "_tgt": "poynt_settlement_poyntsettlementbatch_action_reset_to_draft", "source": "poynt_settlement_poyntsettlementbatch_action_reset_to_draft", "target": "poynt_settlement_rationale_356", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/poynt_settlement.py", "source_location": "L540", "weight": 1.0, "_src": "poynt_settlement_poyntsettlementline", "_tgt": "poynt_settlement_poyntsettlementline_match_to_existing_payment", "source": "poynt_settlement_poyntsettlementline", "target": "poynt_settlement_poyntsettlementline_match_to_existing_payment", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/poynt_settlement.py", "source_location": "L644", "weight": 1.0, "_src": "poynt_settlement_poyntsettlementline", "_tgt": "poynt_settlement_poyntsettlementline_get_already_matched_payment_ids", "source": "poynt_settlement_poyntsettlementline", "target": "poynt_settlement_poyntsettlementline_get_already_matched_payment_ids", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/poynt_settlement.py", "source_location": "L650", "weight": 1.0, "_src": "poynt_settlement_poyntsettlementline", "_tgt": "poynt_settlement_poyntsettlementline_find_invoice_for_payment", "source": "poynt_settlement_poyntsettlementline", "target": "poynt_settlement_poyntsettlementline_find_invoice_for_payment", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/poynt_settlement.py", "source_location": "L585", "weight": 1.0, "_src": "poynt_settlement_poyntsettlementline_match_to_existing_payment", "_tgt": "poynt_settlement_poyntsettlementline_find_invoice_for_payment", "source": "poynt_settlement_poyntsettlementline_match_to_existing_payment", "target": "poynt_settlement_poyntsettlementline_find_invoice_for_payment", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/poynt_settlement.py", "source_location": "L608", "weight": 1.0, "_src": "poynt_settlement_poyntsettlementline_match_to_existing_payment", "_tgt": "poynt_settlement_poyntsettlementline_get_already_matched_payment_ids", "source": "poynt_settlement_poyntsettlementline_match_to_existing_payment", "target": "poynt_settlement_poyntsettlementline_get_already_matched_payment_ids", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/poynt_settlement.py", "source_location": "L541", "weight": 1.0, "_src": "poynt_settlement_rationale_541", "_tgt": "poynt_settlement_poyntsettlementline_match_to_existing_payment", "source": "poynt_settlement_poyntsettlementline_match_to_existing_payment", "target": "poynt_settlement_rationale_541", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/poynt_settlement.py", "source_location": "L645", "weight": 1.0, "_src": "poynt_settlement_rationale_645", "_tgt": "poynt_settlement_poyntsettlementline_get_already_matched_payment_ids", "source": "poynt_settlement_poyntsettlementline_get_already_matched_payment_ids", "target": "poynt_settlement_rationale_645", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/poynt_settlement.py", "source_location": "L651", "weight": 1.0, "_src": "poynt_settlement_rationale_651", "_tgt": "poynt_settlement_poyntsettlementline_find_invoice_for_payment", "source": "poynt_settlement_poyntsettlementline_find_invoice_for_payment", "target": "poynt_settlement_rationale_651", "confidence_score": 1.0 }, { "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/__init__.py", "source_location": "L11", "weight": 1.0, "_src": "users_gurpreet_github_odoo_modules_fusion_poynt_models_init_py", "_tgt": "users_gurpreet_github_odoo_modules_fusion_poynt_models_init_py", "source": "users_gurpreet_github_odoo_modules_fusion_poynt_models_init_py", "target": "users_gurpreet_github_odoo_modules_fusion_poynt_models_init_py", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/account_payment.py", "source_location": "L6", "weight": 1.0, "_src": "users_gurpreet_github_odoo_modules_fusion_poynt_models_account_payment_py", "_tgt": "account_payment_accountpayment", "source": "users_gurpreet_github_odoo_modules_fusion_poynt_models_account_payment_py", "target": "account_payment_accountpayment", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/account_payment.py", "source_location": "L20", "weight": 1.0, "_src": "users_gurpreet_github_odoo_modules_fusion_poynt_models_account_payment_py", "_tgt": "account_payment_compute_poynt_settlement_count", "source": "users_gurpreet_github_odoo_modules_fusion_poynt_models_account_payment_py", "target": "account_payment_compute_poynt_settlement_count", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/account_payment.py", "source_location": "L24", "weight": 1.0, "_src": "account_payment_accountpayment", "_tgt": "account_payment_accountpayment_action_view_poynt_settlement", "source": "account_payment_accountpayment", "target": "account_payment_accountpayment_action_view_poynt_settlement", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/account_payment.py", "source_location": "L25", "weight": 1.0, "_src": "account_payment_rationale_25", "_tgt": "account_payment_accountpayment_action_view_poynt_settlement", "source": "account_payment_accountpayment_action_view_poynt_settlement", "target": "account_payment_rationale_25", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/poynt_terminal.py", "source_location": "L14", "weight": 1.0, "_src": "users_gurpreet_github_odoo_modules_fusion_poynt_models_poynt_terminal_py", "_tgt": "poynt_terminal_poyntterminal", "source": "users_gurpreet_github_odoo_modules_fusion_poynt_models_poynt_terminal_py", "target": "poynt_terminal_poyntterminal", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/poynt_terminal.py", "source_location": "L69", "weight": 1.0, "_src": "poynt_terminal_poyntterminal", "_tgt": "poynt_terminal_poyntterminal_get_provider_sudo", "source": "poynt_terminal_poyntterminal", "target": "poynt_terminal_poyntterminal_get_provider_sudo", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/poynt_terminal.py", "source_location": "L72", "weight": 1.0, "_src": "poynt_terminal_poyntterminal", "_tgt": "poynt_terminal_poyntterminal_action_refresh_status", "source": "poynt_terminal_poyntterminal", "target": "poynt_terminal_poyntterminal_action_refresh_status", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/poynt_terminal.py", "source_location": "L101", "weight": 1.0, "_src": "poynt_terminal_poyntterminal", "_tgt": "poynt_terminal_poyntterminal_action_send_payment_to_terminal", "source": "poynt_terminal_poyntterminal", "target": "poynt_terminal_poyntterminal_action_send_payment_to_terminal", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/poynt_terminal.py", "source_location": "L175", "weight": 1.0, "_src": "poynt_terminal_poyntterminal", "_tgt": "poynt_terminal_poyntterminal_get_terminal_callback_url", "source": "poynt_terminal_poyntterminal", "target": "poynt_terminal_poyntterminal_get_terminal_callback_url", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/poynt_terminal.py", "source_location": "L184", "weight": 1.0, "_src": "poynt_terminal_poyntterminal", "_tgt": "poynt_terminal_poyntterminal_action_check_terminal_payment_status", "source": "poynt_terminal_poyntterminal", "target": "poynt_terminal_poyntterminal_action_check_terminal_payment_status", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/poynt_terminal.py", "source_location": "L76", "weight": 1.0, "_src": "poynt_terminal_poyntterminal_action_refresh_status", "_tgt": "poynt_terminal_poyntterminal_get_provider_sudo", "source": "poynt_terminal_poyntterminal_get_provider_sudo", "target": "poynt_terminal_poyntterminal_action_refresh_status", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/poynt_terminal.py", "source_location": "L137", "weight": 1.0, "_src": "poynt_terminal_poyntterminal_action_send_payment_to_terminal", "_tgt": "poynt_terminal_poyntterminal_get_provider_sudo", "source": "poynt_terminal_poyntterminal_get_provider_sudo", "target": "poynt_terminal_poyntterminal_action_send_payment_to_terminal", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/poynt_terminal.py", "source_location": "L181", "weight": 1.0, "_src": "poynt_terminal_poyntterminal_get_terminal_callback_url", "_tgt": "poynt_terminal_poyntterminal_get_provider_sudo", "source": "poynt_terminal_poyntterminal_get_provider_sudo", "target": "poynt_terminal_poyntterminal_get_terminal_callback_url", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/poynt_terminal.py", "source_location": "L196", "weight": 1.0, "_src": "poynt_terminal_poyntterminal_action_check_terminal_payment_status", "_tgt": "poynt_terminal_poyntterminal_get_provider_sudo", "source": "poynt_terminal_poyntterminal_get_provider_sudo", "target": "poynt_terminal_poyntterminal_action_check_terminal_payment_status", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/poynt_terminal.py", "source_location": "L73", "weight": 1.0, "_src": "poynt_terminal_rationale_73", "_tgt": "poynt_terminal_poyntterminal_action_refresh_status", "source": "poynt_terminal_poyntterminal_action_refresh_status", "target": "poynt_terminal_rationale_73", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/poynt_terminal.py", "source_location": "L129", "weight": 1.0, "_src": "poynt_terminal_poyntterminal_action_send_payment_to_terminal", "_tgt": "poynt_terminal_poyntterminal_get_terminal_callback_url", "source": "poynt_terminal_poyntterminal_action_send_payment_to_terminal", "target": "poynt_terminal_poyntterminal_get_terminal_callback_url", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/poynt_terminal.py", "source_location": "L102", "weight": 1.0, "_src": "poynt_terminal_rationale_102", "_tgt": "poynt_terminal_poyntterminal_action_send_payment_to_terminal", "source": "poynt_terminal_poyntterminal_action_send_payment_to_terminal", "target": "poynt_terminal_rationale_102", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L613", "weight": 1.0, "_src": "main_poynt_send_to_terminal", "_tgt": "poynt_terminal_poyntterminal_action_send_payment_to_terminal", "source": "poynt_terminal_poyntterminal_action_send_payment_to_terminal", "target": "main_poynt_send_to_terminal" }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/poynt_terminal.py", "source_location": "L176", "weight": 1.0, "_src": "poynt_terminal_rationale_176", "_tgt": "poynt_terminal_poyntterminal_get_terminal_callback_url", "source": "poynt_terminal_poyntterminal_get_terminal_callback_url", "target": "poynt_terminal_rationale_176", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/poynt_terminal.py", "source_location": "L185", "weight": 1.0, "_src": "poynt_terminal_rationale_185", "_tgt": "poynt_terminal_poyntterminal_action_check_terminal_payment_status", "source": "poynt_terminal_poyntterminal_action_check_terminal_payment_status", "target": "poynt_terminal_rationale_185", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L637", "weight": 1.0, "_src": "main_poynt_terminal_status", "_tgt": "poynt_terminal_poyntterminal_action_check_terminal_payment_status", "source": "poynt_terminal_poyntterminal_action_check_terminal_payment_status", "target": "main_poynt_terminal_status" }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/res_config_settings.py", "source_location": "L6", "weight": 1.0, "_src": "users_gurpreet_github_odoo_modules_fusion_poynt_models_res_config_settings_py", "_tgt": "res_config_settings_resconfigsettings", "source": "users_gurpreet_github_odoo_modules_fusion_poynt_models_res_config_settings_py", "target": "res_config_settings_resconfigsettings", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/res_config_settings.py", "source_location": "L46", "weight": 1.0, "_src": "users_gurpreet_github_odoo_modules_fusion_poynt_models_res_config_settings_py", "_tgt": "res_config_settings_get_values", "source": "users_gurpreet_github_odoo_modules_fusion_poynt_models_res_config_settings_py", "target": "res_config_settings_get_values", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/res_config_settings.py", "source_location": "L57", "weight": 1.0, "_src": "res_config_settings_resconfigsettings", "_tgt": "res_config_settings_resconfigsettings_set_values", "source": "res_config_settings_resconfigsettings", "target": "res_config_settings_resconfigsettings_set_values", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/res_config_settings.py", "source_location": "L65", "weight": 1.0, "_src": "res_config_settings_resconfigsettings", "_tgt": "res_config_settings_resconfigsettings_action_open_poynt_provider", "source": "res_config_settings_resconfigsettings", "target": "res_config_settings_resconfigsettings_action_open_poynt_provider", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/models/res_config_settings.py", "source_location": "L85", "weight": 1.0, "_src": "res_config_settings_resconfigsettings", "_tgt": "res_config_settings_resconfigsettings_action_open_poynt_terminals", "source": "res_config_settings_resconfigsettings", "target": "res_config_settings_resconfigsettings_action_open_poynt_terminals", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/static/src/interactions/payment_form.js", "source_location": "L11", "weight": 1.0, "_src": "users_gurpreet_github_odoo_modules_fusion_poynt_static_src_interactions_payment_form_js", "_tgt": "payment_form_setup", "source": "users_gurpreet_github_odoo_modules_fusion_poynt_static_src_interactions_payment_form_js", "target": "payment_form_setup", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/static/src/interactions/payment_form.js", "source_location": "L20", "weight": 1.0, "_src": "users_gurpreet_github_odoo_modules_fusion_poynt_static_src_interactions_payment_form_js", "_tgt": "payment_form_prepareinlineform", "source": "users_gurpreet_github_odoo_modules_fusion_poynt_static_src_interactions_payment_form_js", "target": "payment_form_prepareinlineform", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/static/src/interactions/payment_form.js", "source_location": "L51", "weight": 1.0, "_src": "users_gurpreet_github_odoo_modules_fusion_poynt_static_src_interactions_payment_form_js", "_tgt": "payment_form_prefillbillingaddress", "source": "users_gurpreet_github_odoo_modules_fusion_poynt_static_src_interactions_payment_form_js", "target": "payment_form_prefillbillingaddress", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/static/src/interactions/payment_form.js", "source_location": "L66", "weight": 1.0, "_src": "users_gurpreet_github_odoo_modules_fusion_poynt_static_src_interactions_payment_form_js", "_tgt": "payment_form_detectcardbrand", "source": "users_gurpreet_github_odoo_modules_fusion_poynt_static_src_interactions_payment_form_js", "target": "payment_form_detectcardbrand", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/static/src/interactions/payment_form.js", "source_location": "L81", "weight": 1.0, "_src": "users_gurpreet_github_odoo_modules_fusion_poynt_static_src_interactions_payment_form_js", "_tgt": "payment_form_setupsurcharge", "source": "users_gurpreet_github_odoo_modules_fusion_poynt_static_src_interactions_payment_form_js", "target": "payment_form_setupsurcharge", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/static/src/interactions/payment_form.js", "source_location": "L103", "weight": 1.0, "_src": "users_gurpreet_github_odoo_modules_fusion_poynt_static_src_interactions_payment_form_js", "_tgt": "payment_form_updatesurchargedisplay", "source": "users_gurpreet_github_odoo_modules_fusion_poynt_static_src_interactions_payment_form_js", "target": "payment_form_updatesurchargedisplay", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/static/src/interactions/payment_form.js", "source_location": "L136", "weight": 1.0, "_src": "users_gurpreet_github_odoo_modules_fusion_poynt_static_src_interactions_payment_form_js", "_tgt": "payment_form_setupcardformatting", "source": "users_gurpreet_github_odoo_modules_fusion_poynt_static_src_interactions_payment_form_js", "target": "payment_form_setupcardformatting", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/static/src/interactions/payment_form.js", "source_location": "L175", "weight": 1.0, "_src": "users_gurpreet_github_odoo_modules_fusion_poynt_static_src_interactions_payment_form_js", "_tgt": "payment_form_setupterminaltoggle", "source": "users_gurpreet_github_odoo_modules_fusion_poynt_static_src_interactions_payment_form_js", "target": "payment_form_setupterminaltoggle", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/static/src/interactions/payment_form.js", "source_location": "L210", "weight": 1.0, "_src": "users_gurpreet_github_odoo_modules_fusion_poynt_static_src_interactions_payment_form_js", "_tgt": "payment_form_loadterminals", "source": "users_gurpreet_github_odoo_modules_fusion_poynt_static_src_interactions_payment_form_js", "target": "payment_form_loadterminals", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/static/src/interactions/payment_form.js", "source_location": "L245", "weight": 1.0, "_src": "users_gurpreet_github_odoo_modules_fusion_poynt_static_src_interactions_payment_form_js", "_tgt": "payment_form_initiatepaymentflow", "source": "users_gurpreet_github_odoo_modules_fusion_poynt_static_src_interactions_payment_form_js", "target": "payment_form_initiatepaymentflow", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/static/src/interactions/payment_form.js", "source_location": "L280", "weight": 1.0, "_src": "users_gurpreet_github_odoo_modules_fusion_poynt_static_src_interactions_payment_form_js", "_tgt": "payment_form_validatecardinputs", "source": "users_gurpreet_github_odoo_modules_fusion_poynt_static_src_interactions_payment_form_js", "target": "payment_form_validatecardinputs", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/static/src/interactions/payment_form.js", "source_location": "L314", "weight": 1.0, "_src": "users_gurpreet_github_odoo_modules_fusion_poynt_static_src_interactions_payment_form_js", "_tgt": "payment_form_processdirectflow", "source": "users_gurpreet_github_odoo_modules_fusion_poynt_static_src_interactions_payment_form_js", "target": "payment_form_processdirectflow", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/static/src/interactions/payment_form.js", "source_location": "L331", "weight": 1.0, "_src": "users_gurpreet_github_odoo_modules_fusion_poynt_static_src_interactions_payment_form_js", "_tgt": "payment_form_getselectedcardtype", "source": "users_gurpreet_github_odoo_modules_fusion_poynt_static_src_interactions_payment_form_js", "target": "payment_form_getselectedcardtype", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/static/src/interactions/payment_form.js", "source_location": "L336", "weight": 1.0, "_src": "users_gurpreet_github_odoo_modules_fusion_poynt_static_src_interactions_payment_form_js", "_tgt": "payment_form_showprocessingoverlay", "source": "users_gurpreet_github_odoo_modules_fusion_poynt_static_src_interactions_payment_form_js", "target": "payment_form_showprocessingoverlay", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/static/src/interactions/payment_form.js", "source_location": "L349", "weight": 1.0, "_src": "users_gurpreet_github_odoo_modules_fusion_poynt_static_src_interactions_payment_form_js", "_tgt": "payment_form_hideprocessingoverlay", "source": "users_gurpreet_github_odoo_modules_fusion_poynt_static_src_interactions_payment_form_js", "target": "payment_form_hideprocessingoverlay", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/static/src/interactions/payment_form.js", "source_location": "L361", "weight": 1.0, "_src": "users_gurpreet_github_odoo_modules_fusion_poynt_static_src_interactions_payment_form_js", "_tgt": "payment_form_updateprocessingmessage", "source": "users_gurpreet_github_odoo_modules_fusion_poynt_static_src_interactions_payment_form_js", "target": "payment_form_updateprocessingmessage", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/static/src/interactions/payment_form.js", "source_location": "L366", "weight": 1.0, "_src": "users_gurpreet_github_odoo_modules_fusion_poynt_static_src_interactions_payment_form_js", "_tgt": "payment_form_processcardpayment", "source": "users_gurpreet_github_odoo_modules_fusion_poynt_static_src_interactions_payment_form_js", "target": "payment_form_processcardpayment", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/static/src/interactions/payment_form.js", "source_location": "L423", "weight": 1.0, "_src": "users_gurpreet_github_odoo_modules_fusion_poynt_static_src_interactions_payment_form_js", "_tgt": "payment_form_processterminalpayment", "source": "users_gurpreet_github_odoo_modules_fusion_poynt_static_src_interactions_payment_form_js", "target": "payment_form_processterminalpayment", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/static/src/interactions/payment_form.js", "source_location": "L454", "weight": 1.0, "_src": "users_gurpreet_github_odoo_modules_fusion_poynt_static_src_interactions_payment_form_js", "_tgt": "payment_form_showterminalwaitingscreen", "source": "users_gurpreet_github_odoo_modules_fusion_poynt_static_src_interactions_payment_form_js", "target": "payment_form_showterminalwaitingscreen", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/static/src/interactions/payment_form.js", "source_location": "L476", "weight": 1.0, "_src": "users_gurpreet_github_odoo_modules_fusion_poynt_static_src_interactions_payment_form_js", "_tgt": "payment_form_pollterminalstatus", "source": "users_gurpreet_github_odoo_modules_fusion_poynt_static_src_interactions_payment_form_js", "target": "payment_form_pollterminalstatus", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/static/src/interactions/payment_form.js", "source_location": "L45", "weight": 1.0, "_src": "payment_form_prepareinlineform", "_tgt": "payment_form_setupcardformatting", "source": "payment_form_prepareinlineform", "target": "payment_form_setupcardformatting", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/static/src/interactions/payment_form.js", "source_location": "L46", "weight": 1.0, "_src": "payment_form_prepareinlineform", "_tgt": "payment_form_setupterminaltoggle", "source": "payment_form_prepareinlineform", "target": "payment_form_setupterminaltoggle", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/static/src/interactions/payment_form.js", "source_location": "L47", "weight": 1.0, "_src": "payment_form_prepareinlineform", "_tgt": "payment_form_setupsurcharge", "source": "payment_form_prepareinlineform", "target": "payment_form_setupsurcharge", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/static/src/interactions/payment_form.js", "source_location": "L48", "weight": 1.0, "_src": "payment_form_prepareinlineform", "_tgt": "payment_form_prefillbillingaddress", "source": "payment_form_prepareinlineform", "target": "payment_form_prefillbillingaddress", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/static/src/interactions/payment_form.js", "source_location": "L100", "weight": 1.0, "_src": "payment_form_setupsurcharge", "_tgt": "payment_form_updatesurchargedisplay", "source": "payment_form_setupsurcharge", "target": "payment_form_updatesurchargedisplay", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/static/src/interactions/payment_form.js", "source_location": "L266", "weight": 1.0, "_src": "payment_form_initiatepaymentflow", "_tgt": "payment_form_validatecardinputs", "source": "payment_form_initiatepaymentflow", "target": "payment_form_validatecardinputs", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/static/src/interactions/payment_form.js", "source_location": "L325", "weight": 1.0, "_src": "payment_form_processdirectflow", "_tgt": "payment_form_processterminalpayment", "source": "payment_form_processdirectflow", "target": "payment_form_processterminalpayment", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/static/src/interactions/payment_form.js", "source_location": "L327", "weight": 1.0, "_src": "payment_form_processdirectflow", "_tgt": "payment_form_processcardpayment", "source": "payment_form_processdirectflow", "target": "payment_form_processcardpayment", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/static/src/interactions/payment_form.js", "source_location": "L373", "weight": 1.0, "_src": "payment_form_processcardpayment", "_tgt": "payment_form_getselectedcardtype", "source": "payment_form_getselectedcardtype", "target": "payment_form_processcardpayment", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/static/src/interactions/payment_form.js", "source_location": "L425", "weight": 1.0, "_src": "payment_form_processterminalpayment", "_tgt": "payment_form_getselectedcardtype", "source": "payment_form_getselectedcardtype", "target": "payment_form_processterminalpayment", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/static/src/interactions/payment_form.js", "source_location": "L382", "weight": 1.0, "_src": "payment_form_processcardpayment", "_tgt": "payment_form_showprocessingoverlay", "source": "payment_form_showprocessingoverlay", "target": "payment_form_processcardpayment", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/static/src/interactions/payment_form.js", "source_location": "L402", "weight": 1.0, "_src": "payment_form_processcardpayment", "_tgt": "payment_form_hideprocessingoverlay", "source": "payment_form_hideprocessingoverlay", "target": "payment_form_processcardpayment", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/static/src/interactions/payment_form.js", "source_location": "L411", "weight": 1.0, "_src": "payment_form_processcardpayment", "_tgt": "payment_form_updateprocessingmessage", "source": "payment_form_updateprocessingmessage", "target": "payment_form_processcardpayment", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/static/src/interactions/payment_form.js", "source_location": "L444", "weight": 1.0, "_src": "payment_form_processterminalpayment", "_tgt": "payment_form_showterminalwaitingscreen", "source": "payment_form_processterminalpayment", "target": "payment_form_showterminalwaitingscreen", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/static/src/interactions/payment_form.js", "source_location": "L473", "weight": 1.0, "_src": "payment_form_showterminalwaitingscreen", "_tgt": "payment_form_pollterminalstatus", "source": "payment_form_showterminalwaitingscreen", "target": "payment_form_pollterminalstatus", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/static/src/interactions/terminal_payment.js", "source_location": "L7", "weight": 1.0, "_src": "users_gurpreet_github_odoo_modules_fusion_poynt_static_src_interactions_terminal_payment_js", "_tgt": "terminal_payment_terminalpaymentwidget", "source": "users_gurpreet_github_odoo_modules_fusion_poynt_static_src_interactions_terminal_payment_js", "target": "terminal_payment_terminalpaymentwidget", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/static/src/interactions/terminal_payment.js", "source_location": "L19", "weight": 1.0, "_src": "terminal_payment_terminalpaymentwidget", "_tgt": "terminal_payment_terminalpaymentwidget_setup", "source": "terminal_payment_terminalpaymentwidget", "target": "terminal_payment_terminalpaymentwidget_setup", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/static/src/interactions/terminal_payment.js", "source_location": "L31", "weight": 1.0, "_src": "terminal_payment_terminalpaymentwidget", "_tgt": "terminal_payment_terminalpaymentwidget_loadterminals", "source": "terminal_payment_terminalpaymentwidget", "target": "terminal_payment_terminalpaymentwidget_loadterminals", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/static/src/interactions/terminal_payment.js", "source_location": "L48", "weight": 1.0, "_src": "terminal_payment_terminalpaymentwidget", "_tgt": "terminal_payment_terminalpaymentwidget_onterminalchange", "source": "terminal_payment_terminalpaymentwidget", "target": "terminal_payment_terminalpaymentwidget_onterminalchange", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/static/src/interactions/terminal_payment.js", "source_location": "L52", "weight": 1.0, "_src": "terminal_payment_terminalpaymentwidget", "_tgt": "terminal_payment_terminalpaymentwidget_onsendtoterminal", "source": "terminal_payment_terminalpaymentwidget", "target": "terminal_payment_terminalpaymentwidget_onsendtoterminal", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/static/src/interactions/terminal_payment.js", "source_location": "L89", "weight": 1.0, "_src": "terminal_payment_terminalpaymentwidget", "_tgt": "terminal_payment_terminalpaymentwidget_pollstatus", "source": "terminal_payment_terminalpaymentwidget", "target": "terminal_payment_terminalpaymentwidget_pollstatus", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/static/src/interactions/terminal_payment.js", "source_location": "L28", "weight": 1.0, "_src": "terminal_payment_terminalpaymentwidget_setup", "_tgt": "terminal_payment_terminalpaymentwidget_loadterminals", "source": "terminal_payment_terminalpaymentwidget_setup", "target": "terminal_payment_terminalpaymentwidget_loadterminals", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/static/src/interactions/terminal_payment.js", "source_location": "L79", "weight": 1.0, "_src": "terminal_payment_terminalpaymentwidget_onsendtoterminal", "_tgt": "terminal_payment_terminalpaymentwidget_pollstatus", "source": "terminal_payment_terminalpaymentwidget_onsendtoterminal", "target": "terminal_payment_terminalpaymentwidget_pollstatus", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/static/src/js/poynt_wizard_poll.js", "source_location": "L7", "weight": 1.0, "_src": "users_gurpreet_github_odoo_modules_fusion_poynt_static_src_js_poynt_wizard_poll_js", "_tgt": "poynt_wizard_poll_poyntpollaction", "source": "users_gurpreet_github_odoo_modules_fusion_poynt_static_src_js_poynt_wizard_poll_js", "target": "poynt_wizard_poll_poyntpollaction", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/static/src/js/poynt_wizard_poll.js", "source_location": "L11", "weight": 1.0, "_src": "poynt_wizard_poll_poyntpollaction", "_tgt": "poynt_wizard_poll_poyntpollaction_setup", "source": "poynt_wizard_poll_poyntpollaction", "target": "poynt_wizard_poll_poyntpollaction_setup", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/static/src/js/poynt_wizard_poll.js", "source_location": "L28", "weight": 1.0, "_src": "poynt_wizard_poll_poyntpollaction", "_tgt": "poynt_wizard_poll_poyntpollaction_stop", "source": "poynt_wizard_poll_poyntpollaction", "target": "poynt_wizard_poll_poyntpollaction_stop", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/static/src/js/poynt_wizard_poll.js", "source_location": "L33", "weight": 1.0, "_src": "poynt_wizard_poll_poyntpollaction", "_tgt": "poynt_wizard_poll_poyntpollaction_poll", "source": "poynt_wizard_poll_poyntpollaction", "target": "poynt_wizard_poll_poyntpollaction_poll", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/static/src/js/poynt_wizard_poll.js", "source_location": "L49", "weight": 1.0, "_src": "poynt_wizard_poll_poyntpollaction", "_tgt": "poynt_wizard_poll_poyntpollaction_onmanualcheck", "source": "poynt_wizard_poll_poyntpollaction", "target": "poynt_wizard_poll_poyntpollaction_onmanualcheck", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/static/src/js/poynt_wizard_poll.js", "source_location": "L58", "weight": 1.0, "_src": "poynt_wizard_poll_poyntpollaction", "_tgt": "poynt_wizard_poll_poyntpollaction_oncancel", "source": "poynt_wizard_poll_poyntpollaction", "target": "poynt_wizard_poll_poyntpollaction_oncancel", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/static/src/js/poynt_wizard_poll.js", "source_location": "L34", "weight": 1.0, "_src": "poynt_wizard_poll_poyntpollaction_poll", "_tgt": "poynt_wizard_poll_poyntpollaction_stop", "source": "poynt_wizard_poll_poyntpollaction_stop", "target": "poynt_wizard_poll_poyntpollaction_poll", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/static/src/js/poynt_wizard_poll.js", "source_location": "L59", "weight": 1.0, "_src": "poynt_wizard_poll_poyntpollaction_oncancel", "_tgt": "poynt_wizard_poll_poyntpollaction_stop", "source": "poynt_wizard_poll_poyntpollaction_stop", "target": "poynt_wizard_poll_poyntpollaction_oncancel", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/static/src/js/poynt_wizard_poll.js", "source_location": "L55", "weight": 1.0, "_src": "poynt_wizard_poll_poyntpollaction_onmanualcheck", "_tgt": "poynt_wizard_poll_poyntpollaction_poll", "source": "poynt_wizard_poll_poyntpollaction_poll", "target": "poynt_wizard_poll_poyntpollaction_onmanualcheck", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/portal.py", "source_location": "L9", "weight": 1.0, "_src": "users_gurpreet_github_odoo_modules_fusion_poynt_controllers_portal_py", "_tgt": "portal_poyntcustomerportal", "source": "users_gurpreet_github_odoo_modules_fusion_poynt_controllers_portal_py", "target": "portal_poyntcustomerportal", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/portal.py", "source_location": "L12", "weight": 1.0, "_src": "users_gurpreet_github_odoo_modules_fusion_poynt_controllers_portal_py", "_tgt": "portal_portal_order_page", "source": "users_gurpreet_github_odoo_modules_fusion_poynt_controllers_portal_py", "target": "portal_portal_order_page", "confidence_score": 1.0 }, { "relation": "inherits", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/portal.py", "source_location": "L9", "weight": 1.0, "_src": "portal_poyntcustomerportal", "_tgt": "customerportal", "source": "portal_poyntcustomerportal", "target": "customerportal", "confidence_score": 1.0 }, { "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/__init__.py", "source_location": "L4", "weight": 1.0, "_src": "users_gurpreet_github_odoo_modules_fusion_poynt_controllers_init_py", "_tgt": "users_gurpreet_github_odoo_modules_fusion_poynt_controllers_init_py", "source": "users_gurpreet_github_odoo_modules_fusion_poynt_controllers_init_py", "target": "users_gurpreet_github_odoo_modules_fusion_poynt_controllers_init_py", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L22", "weight": 1.0, "_src": "users_gurpreet_github_odoo_modules_fusion_poynt_controllers_main_py", "_tgt": "main_detect_card_brand", "source": "users_gurpreet_github_odoo_modules_fusion_poynt_controllers_main_py", "target": "main_detect_card_brand", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L41", "weight": 1.0, "_src": "users_gurpreet_github_odoo_modules_fusion_poynt_controllers_main_py", "_tgt": "main_poyntcontroller", "source": "users_gurpreet_github_odoo_modules_fusion_poynt_controllers_main_py", "target": "main_poyntcontroller", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L50", "weight": 1.0, "_src": "users_gurpreet_github_odoo_modules_fusion_poynt_controllers_main_py", "_tgt": "main_poynt_return", "source": "users_gurpreet_github_odoo_modules_fusion_poynt_controllers_main_py", "target": "main_poynt_return", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L86", "weight": 1.0, "_src": "users_gurpreet_github_odoo_modules_fusion_poynt_controllers_main_py", "_tgt": "main_poynt_webhook", "source": "users_gurpreet_github_odoo_modules_fusion_poynt_controllers_main_py", "target": "main_poynt_webhook", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L268", "weight": 1.0, "_src": "users_gurpreet_github_odoo_modules_fusion_poynt_controllers_main_py", "_tgt": "main_poynt_terminal_callback", "source": "users_gurpreet_github_odoo_modules_fusion_poynt_controllers_main_py", "target": "main_poynt_terminal_callback", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L323", "weight": 1.0, "_src": "users_gurpreet_github_odoo_modules_fusion_poynt_controllers_main_py", "_tgt": "main_poynt_oauth_callback", "source": "users_gurpreet_github_odoo_modules_fusion_poynt_controllers_main_py", "target": "main_poynt_oauth_callback", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L444", "weight": 1.0, "_src": "users_gurpreet_github_odoo_modules_fusion_poynt_controllers_main_py", "_tgt": "main_poynt_get_terminals", "source": "users_gurpreet_github_odoo_modules_fusion_poynt_controllers_main_py", "target": "main_poynt_get_terminals", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L467", "weight": 1.0, "_src": "users_gurpreet_github_odoo_modules_fusion_poynt_controllers_main_py", "_tgt": "main_poynt_process_card", "source": "users_gurpreet_github_odoo_modules_fusion_poynt_controllers_main_py", "target": "main_poynt_process_card", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L588", "weight": 1.0, "_src": "users_gurpreet_github_odoo_modules_fusion_poynt_controllers_main_py", "_tgt": "main_poynt_send_to_terminal", "source": "users_gurpreet_github_odoo_modules_fusion_poynt_controllers_main_py", "target": "main_poynt_send_to_terminal", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L624", "weight": 1.0, "_src": "users_gurpreet_github_odoo_modules_fusion_poynt_controllers_main_py", "_tgt": "main_poynt_terminal_status", "source": "users_gurpreet_github_odoo_modules_fusion_poynt_controllers_main_py", "target": "main_poynt_terminal_status", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L494", "weight": 1.0, "_src": "main_poynt_process_card", "_tgt": "main_detect_card_brand", "source": "main_detect_card_brand", "target": "main_poynt_process_card", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L23", "weight": 1.0, "_src": "main_rationale_23", "_tgt": "main_detect_card_brand", "source": "main_detect_card_brand", "target": "main_rationale_23", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L131", "weight": 1.0, "_src": "main_poyntcontroller", "_tgt": "main_poyntcontroller_handle_transaction_webhook", "source": "main_poyntcontroller", "target": "main_poyntcontroller_handle_transaction_webhook", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L207", "weight": 1.0, "_src": "main_poyntcontroller", "_tgt": "main_poyntcontroller_handle_order_webhook", "source": "main_poyntcontroller", "target": "main_poyntcontroller_handle_order_webhook", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L230", "weight": 1.0, "_src": "main_poyntcontroller", "_tgt": "main_poyntcontroller_verify_webhook_signature", "source": "main_poyntcontroller", "target": "main_poyntcontroller_verify_webhook_signature", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L368", "weight": 1.0, "_src": "main_poyntcontroller", "_tgt": "main_poyntcontroller_apply_portal_surcharge", "source": "main_poyntcontroller", "target": "main_poyntcontroller_apply_portal_surcharge", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L116", "weight": 1.0, "_src": "main_poynt_webhook", "_tgt": "main_poyntcontroller_verify_webhook_signature", "source": "main_poynt_webhook", "target": "main_poyntcontroller_verify_webhook_signature", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L119", "weight": 1.0, "_src": "main_poynt_webhook", "_tgt": "main_poyntcontroller_handle_transaction_webhook", "source": "main_poynt_webhook", "target": "main_poyntcontroller_handle_transaction_webhook", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L121", "weight": 1.0, "_src": "main_poynt_webhook", "_tgt": "main_poyntcontroller_handle_order_webhook", "source": "main_poynt_webhook", "target": "main_poyntcontroller_handle_order_webhook", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L132", "weight": 1.0, "_src": "main_rationale_132", "_tgt": "main_poyntcontroller_handle_transaction_webhook", "source": "main_poyntcontroller_handle_transaction_webhook", "target": "main_rationale_132", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L208", "weight": 1.0, "_src": "main_rationale_208", "_tgt": "main_poyntcontroller_handle_order_webhook", "source": "main_poyntcontroller_handle_order_webhook", "target": "main_rationale_208", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L231", "weight": 1.0, "_src": "main_rationale_231", "_tgt": "main_poyntcontroller_verify_webhook_signature", "source": "main_poyntcontroller_verify_webhook_signature", "target": "main_rationale_231", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L496", "weight": 1.0, "_src": "main_poynt_process_card", "_tgt": "main_poyntcontroller_apply_portal_surcharge", "source": "main_poyntcontroller_apply_portal_surcharge", "target": "main_poynt_process_card", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L611", "weight": 1.0, "_src": "main_poynt_send_to_terminal", "_tgt": "main_poyntcontroller_apply_portal_surcharge", "source": "main_poyntcontroller_apply_portal_surcharge", "target": "main_poynt_send_to_terminal", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L369", "weight": 1.0, "_src": "main_rationale_369", "_tgt": "main_poyntcontroller_apply_portal_surcharge", "source": "main_poyntcontroller_apply_portal_surcharge", "target": "main_rationale_369", "confidence_score": 1.0 } ], "hyperedges": [] }