TIP: You can type at any time to perform a new search.
Payment Provider: Adyen
payment_adyen · odoo/odoo
- Repository
- odoo/odoo · module folder
- Module version
- 2.0
- Category
- Accounting/Payment Providers
- Folder size
- 0.63 MB
- License
- LGPL-3
- Application
- No
- Auto-installable
- No
- Website
- None
- Last tracking update
- 2026-08-15 22:44:14
- Authors
- Odoo S.A.
- Maintainers
- Odoo S.A.
- Committers
- Xavier ALT, Odoo Translation Bot, Julien Castiaux, Tiffany Chang (tic), Gorash, Antoine Vandevenne (anv), Valentin Chevalier, Levi Siuzdak (sile), Dylan Kiss (dyki), Valeriya(vchu), Anita (anko), Louis (loti), ampa-odoo, Patricia Daloze (pda), Anton Romanova (roan), Carmine, Mahdi Alijani (malj), Krzysztof Magusiak (krma), chpa-odoo
Code Analysis ⓘ
Views touched (5)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
inline_form |
inline_form | ir.ui.view | qweb | New |
payment_adyen.form |
payment_adyen.form | ir.ui.view | qweb | Inherits payment.form |
payment_adyen.method_form |
payment_adyen.method_form | ir.ui.view | qweb | Inherits payment.method_form |
payment_capture_wizard_view_form |
payment.adyen.capture.wizard.form | payment.capture.wizard | form | Inherits payment.payment_capture_wizard_view_form |
payment_provider_form |
Adyen Provider Form | payment.provider | form | Inherits payment.payment_provider_form |
HTTP endpoints (5)
| Route(s) | Handler | Auth | Type | Methods | Flags |
|---|---|---|---|---|---|
/payment/adyen/payments/details |
AdyenController.adyen_payment_details |
public | jsonrpc | ALL | sudo |
/payment/adyen/payment_methods |
AdyenController.adyen_payment_methods |
public | jsonrpc | ALL | sudo |
/payment/adyen/payments |
AdyenController.adyen_payments |
public | jsonrpc | ALL | sudo |
/payment/adyen/return |
AdyenController.adyen_return_from_3ds_auth |
public | http | ALL | csrf off sudo |
| (inherited route override) | AdyenController.adyen_webhook |
public | http | POST | csrf off sudo |
Models touched (4)
New fields (1)
-
has_adyen_txBooleancompute='_compute_has_adyen_tx'
No public methods.
New fields (6)
-
adyen_api_keyCharcopy=Falsegroups='base.group_system'help='The API key of the webservice user'required_if_provider='adyen'string='API Key' -
adyen_api_url_prefixCharcopy=Falsehelp='The base URL for the API endpoints'required_if_provider='adyen'string='API URL Prefix' -
adyen_client_keyCharcopy=Falsehelp='The client key of the webservice user'required_if_provider='adyen'string='Client Key' -
adyen_hmac_keyCharcopy=Falsegroups='base.group_system'help='The HMAC key of the webhook'required_if_provider='adyen'string='HMAC Key' -
adyen_merchant_accountCharcopy=Falsegroups='base.group_system'help='The code of the merchant account to use with this provider'required_if_provider='adyen'string='Merchant Account' -
codeSelectionondelete={'adyen': 'set default'}selection_add=[('adyen', 'Adyen')]
-
create(self, vals_list)@api.model_create_multi -
write(self, vals)
New fields (1)
-
adyen_shopper_referenceCharhelp='The unique reference of the partner owning this token'readonly=Truestring='Shopper Reference'
No public methods.
New fields (0)
No new fields.
Public methods (0)No public methods.
Loading…
Loading…
Loading…
Loading…
Loading…
Loading…
Loading…
Loading…
Loading…
Loading…
Loading…