POS QFPay

pos_qfpay
REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/19.0/pos_qfpay
VERSION
VERSION 1.0
CATEGORY
CATEGORYSales/Point of Sale
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo S.A.
MAINTAINERS
MAINTAINERSOdoo S.A.
COMMITTERS
COMMITTERSOdoo Translation Bot, Tiffany Chang (tic), fja-odoo, Dylan Kiss (dyki)
WEBSITE
WEBSITE
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 01:51:41
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - point_of_sale
    - resource
    - base
    - web
    - stock_account
    - stock
    - product
    - mail
    - base_setup
    - bus
    - web_tour
    - html_editor
    - uom
    - barcodes_gs1_nomenclature
    - barcodes
    - digest
    - portal
    - http_routing
    - auth_signup
    - account
    - onboarding
    - analytic
    - phone_validation
    - partner_autocomplete
    - iap_mail
    - iap
    - iot_base
    - google_address_autocomplete
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
pos_payment_method_view_form pos.payment.method.form.inherit.pos_qfpay pos.payment.method xpath Inherits point_of_sale.pos_payment_method_view_form
Models touched (1)

New fields (5)
  • qfpay_latest_response Char
    copy=False groups='point_of_sale.group_pos_manager'
  • qfpay_notification_key Char
    copy=False groups='point_of_sale.group_pos_manager' string='QFPay Notification Key'
  • qfpay_payment_type Selection
    copy=False args: [('card_payment', 'Visa/Mastercard'), ('wx', 'WeChat Pay'), ('alipay', 'Alipay'), ('payme', 'PayMe'), ('union', 'UnionPay QuickPass'), ('fps', 'FPS'), ('octopus', 'Octopus'), ('unionpay_card', 'Unionpay Card'), ('amex_card', 'American Express Card')], 'QFPay Payment Type'
  • qfpay_pos_key Char
    copy=False groups='point_of_sale.group_pos_manager' args: 'QFPay POS Key'
  • qfpay_terminal_ip_address Char
    copy=False args: 'QFPay Terminal IP Address'
Public methods (1)
  • qfpay_sign_request(self, payload)