TIP: You can type at any time to perform a new search.
POS QFPay
pos_qfpay · odoo/odoo
- Repository
- odoo/odoo · module folder
- Module version
- 1.0
- Category
- Sales/Point of Sale
- Folder size
- 0.29 MB
- License
- LGPL-3
- Application
- No
- Auto-installable
- No
- Website
- None
- Last tracking update
- 2026-08-08 22:45:27
- Authors
- Odoo S.A.
- Maintainers
- Odoo S.A.
- Committers
- Odoo Translation Bot, Tiffany Chang (tic), fja-odoo, Dylan Kiss (dyki)
Code Analysis ⓘ
Views touched (1)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
pos_payment_method_view_form |
pos.payment.method.form.inherit.pos_qfpay | pos.payment.method | form | Inherits point_of_sale.pos_payment_method_view_form |
HTTP endpoints (1)
| Route(s) | Handler | Auth | Type | Methods | Flags |
|---|---|---|---|---|---|
/qfpay/notify |
QFPayNotificationController.qfpay_notify |
public | http | POST | csrf off sudo |
Models touched (1)
New fields (5)
-
qfpay_latest_responseCharcopy=Falsegroups='point_of_sale.group_pos_manager' -
qfpay_notification_keyCharcopy=Falsegroups='point_of_sale.group_pos_manager'string='QFPay Notification Key' -
qfpay_payment_typeSelectioncopy=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_keyCharcopy=Falsegroups='point_of_sale.group_pos_manager' args: 'QFPay POS Key' -
qfpay_terminal_ip_addressCharcopy=False args: 'QFPay Terminal IP Address'
-
qfpay_sign_request(self, payload)