Repository
odoo/odoo · module folder
Module version
2.0
Category
Accounting/Payment Providers
Folder size
0.28 MB
License
LGPL-3
Application
No
Auto-installable
No
Website
None
Last tracking update
2026-08-08 22:19:35
Authors
Maintainers
None
Committers
Fabien Meghazi, Odoo Translation Bot, Denis Ledoux, Odoo Online, Gorash, Pierre Paridans, Antoine Vandevenne (anv), niyasraphy, Louis Wicket (wil), Valentin Vallaeys (vava), Saurabh Choraria, Valeriya(vchu), Anita (anko), Louis (wil)
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description
 

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
payment_provider_form Alipay Provider Form payment.provider form Inherits payment.payment_provider_form
redirect_form redirect_form ir.ui.view qweb New
HTTP endpoints (2)
Route(s)HandlerAuthTypeMethodsFlags
(inherited route override) AlipayController.alipay_return_from_checkout public http GET sudo
(inherited route override) AlipayController.alipay_webhook public http POST csrf off sudo
Models touched (2)

New fields (5)
  • alipay_md5_signature_key Char
    groups='base.group_system' required_if_provider='alipay' string='MD5 Signature Key'
  • alipay_merchant_partner_id Char
    help='The public partner ID solely used to identify the account with Alipay' required_if_provider='alipay' string='Merchant Partner ID'
  • alipay_payment_method Selection
    default='express_checkout' required_if_provider='alipay' selection=[('express_checkout', 'Express Checkout (only for Chinese merchants)'), ('standard_checkout', 'Cross-border')] string='Account'
  • alipay_seller_email Char
    help='The public Alipay partner email' string='Alipay Seller Email'
  • code Selection
    ondelete={'alipay': 'set default'} selection_add=[('alipay', 'Alipay')]
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

Loading…

Loading…

Loading…

Loading…