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
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
pos_restaurant_adyen
Description
 

Code Analysis

Views touched (5)
XML IDNameModelTypeStatus
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)HandlerAuthTypeMethodsFlags
/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_tx Boolean
    compute='_compute_has_adyen_tx'
Public methods (0)

No public methods.

New fields (6)
  • adyen_api_key Char
    copy=False groups='base.group_system' help='The API key of the webservice user' required_if_provider='adyen' string='API Key'
  • adyen_api_url_prefix Char
    copy=False help='The base URL for the API endpoints' required_if_provider='adyen' string='API URL Prefix'
  • adyen_client_key Char
    copy=False help='The client key of the webservice user' required_if_provider='adyen' string='Client Key'
  • adyen_hmac_key Char
    copy=False groups='base.group_system' help='The HMAC key of the webhook' required_if_provider='adyen' string='HMAC Key'
  • adyen_merchant_account Char
    copy=False groups='base.group_system' help='The code of the merchant account to use with this provider' required_if_provider='adyen' string='Merchant Account'
  • code Selection
    ondelete={'adyen': 'set default'} selection_add=[('adyen', 'Adyen')]
Public methods (2)
  • create(self, vals_list)
    @api.model_create_multi
  • write(self, vals)

New fields (1)
  • adyen_shopper_reference Char
    help='The unique reference of the partner owning this token' readonly=True string='Shopper Reference'
Public methods (0)

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…