Payment Provider: Adyen

payment_adyen
REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/19.0/payment_adyen
VERSION
VERSION 2.0
CATEGORY
CATEGORYAccounting/Payment Providers
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo S.A.
MAINTAINERS
MAINTAINERSOdoo S.A.
COMMITTERS
COMMITTERSOdoo Translation Bot, Xavier ALT, 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, Krzysztof Magusiak (krma), Mahdi Alijani (malj), chpa-odoo
WEBSITE
WEBSITE
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 01:51:40
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - payment
    - onboarding
    - web
    - base
    - portal
    - html_editor
    - bus
    - http_routing
    - mail
    - base_setup
    - web_tour
    - auth_signup
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
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 footer Inherits payment.payment_capture_wizard_view_form
payment_provider_form Adyen Provider Form payment.provider group Inherits payment.payment_provider_form
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.

REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/18.0/payment_adyen
VERSION
VERSION 2.0
CATEGORY
CATEGORYAccounting/Payment Providers
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORS
MAINTAINERS
MAINTAINERS
COMMITTERS
COMMITTERSOdoo Translation Bot, Martin Trigaux, Xavier ALT, Aaron Bohy, Odoo Online, Tiffany Chang (tic), Antoine Vandevenne (anv), Demesmaeker, nni-odoo, Vincent Larcin, Louis Wicket (wil), Levi Siuzdak (sile), Dylan Kiss (dyki), Valeriya(vchu), Anita (anko), Louis (wil), Patricia Daloze (pda), Mehdi Rachico, Bastien PIERRE, Rushil Patel
WEBSITE
WEBSITE
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 01:25:53
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - payment
    - onboarding
    - web
    - base
    - portal
    - web_editor
    - bus
    - html_editor
    - http_routing
    - mail
    - base_setup
    - web_tour
    - auth_signup
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
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 footer Inherits payment.payment_capture_wizard_view_form
payment_provider_form Adyen Provider Form payment.provider group Inherits payment.payment_provider_form
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
    groups='base.group_system' help='The API key of the webservice user' required_if_provider='adyen' string='API Key'
  • adyen_api_url_prefix Char
    help='The base URL for the API endpoints' required_if_provider='adyen' string='API URL Prefix'
  • adyen_client_key Char
    help='The client key of the webservice user' required_if_provider='adyen' string='Client Key'
  • adyen_hmac_key Char
    groups='base.group_system' help='The HMAC key of the webhook' required_if_provider='adyen' string='HMAC Key'
  • adyen_merchant_account Char
    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, values_list)
    @api.model_create_multi
  • write(self, values)

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.

REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/17.0/payment_adyen
VERSION
VERSION 2.0
CATEGORY
CATEGORYAccounting/Payment Providers
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORS
MAINTAINERS
MAINTAINERS
COMMITTERS
COMMITTERSOdoo Translation Bot, Martin Trigaux, Denis Ledoux, Fabien Meghazi, Xavier ALT, Xavier Morel, Jeremy Kersten, Odoo Online, Adrien Dieudonné, Tiffany Chang (tic), Gorash, Pierre Paridans, Antoine Vandevenne (anv), Demesmaeker, niyasraphy, Louis Wicket (wil), Valentin Vallaeys (vava), Levi Siuzdak (sile), Dylan Kiss (dyki), Michael (mcm), Horacio Tellez, Valeriya(vchu), Anita (anko), Louis (wil), Patricia Daloze (pda), Mehdi Rachico, Pierre Pulinckx (pipu), Bastien PIERRE, Rushil Patel
WEBSITE
WEBSITE
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 01:02:04
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - payment
    - onboarding
    - web
    - base
    - portal
    - web_editor
    - bus
    - http_routing
    - mail
    - base_setup
    - web_tour
    - auth_signup
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
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 footer Inherits payment.payment_capture_wizard_view_form
payment_provider_form Adyen Provider Form payment.provider group Inherits payment.payment_provider_form
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
    groups='base.group_system' help='The API key of the webservice user' required_if_provider='adyen' string='API Key'
  • adyen_api_url_prefix Char
    help='The base URL for the API endpoints' required_if_provider='adyen' string='API URL Prefix'
  • adyen_client_key Char
    help='The client key of the webservice user' required_if_provider='adyen' string='Client Key'
  • adyen_hmac_key Char
    groups='base.group_system' help='The HMAC key of the webhook' required_if_provider='adyen' string='HMAC Key'
  • adyen_merchant_account Char
    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, values_list)
    @api.model_create_multi
  • write(self, values)

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.

REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/16.0/payment_adyen
VERSION
VERSION 2.0
CATEGORY
CATEGORYAccounting/Payment Providers
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORS
MAINTAINERS
MAINTAINERS
COMMITTERS
COMMITTERSMartin Trigaux, Fabien Meghazi, Jeremy Kersten, Christophe Monniez, Julien Castiaux, Victor Feyens, Adrien Dieudonné, Nasreddin Boulif (bon), Tiffany Chang (tic), Antoine Vandevenne (anv), Demesmaeker, Louis Wicket (wil), Valentin Vallaeys (vava), Levi Siuzdak (sile), Horacio Tellez, Valeriya(vchu), Anita (anko), Martin Trigaux (mat), Patricia Daloze (pda), Mehdi Rachico
WEBSITE
WEBSITE
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:40:46
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - payment
    - portal
    - web
    - base
    - web_editor
    - bus
    - http_routing
    - mail
    - base_setup
    - web_tour
    - auth_signup
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
 

Code Analysis

Views touched (5)
XML IDNameModelTypeStatus
checkout checkout ir.ui.view qweb Inherits payment.checkout
inline_form inline_form ir.ui.view qweb New
manage manage ir.ui.view qweb Inherits payment.manage
payment_provider_form Adyen Provider Form payment.provider group Inherits payment.payment_provider_form
sdk_assets sdk_assets ir.ui.view qweb New
Models touched (3)

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

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.

REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/15.0/payment_adyen
VERSION
VERSION 2.0
CATEGORY
CATEGORYAccounting/Payment Acquirers
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONYes
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORS
MAINTAINERS
MAINTAINERS
COMMITTERS
COMMITTERSOdoo Translation Bot, Martin Trigaux, Jeremy Kersten, Romain Derie, Jorge Pinna Puissant, Xavier-Do, Adrien Dieudonné, Julien Mougenot, Nasreddin Boulif (bon), Nicolas (vin), Antoine Vandevenne (anv), Demesmaeker, Louis Wicket (wil), Horacio Tellez, Valeriya(vchu), Anita (anko)
WEBSITE
WEBSITE
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:25:26
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - payment
    - account
    - base_setup
    - base
    - web
    - product
    - mail
    - bus
    - web_tour
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
 

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
inline_form inline_form ir.ui.view qweb New
payment_acquirer_form Adyen Acquirer Form payment.acquirer xpath Inherits payment.payment_acquirer_form
Models touched (4)

New fields (0)

No new fields.

Public methods (0)

No public methods.

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

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.

REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/14.0/payment_adyen
VERSION
VERSION 1.0
CATEGORY
CATEGORYAccounting/Payment Acquirers
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONYes
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORS
MAINTAINERS
MAINTAINERS
COMMITTERS
COMMITTERSRaphael Collet, Odoo Translation Bot, Martin Trigaux, Olivier Dony, Christophe Simonis, Barad Mahendra, Yannick Tivisse, Laurent Smet, Adrian Torres, Xavier-Do, fw-bot
WEBSITE
WEBSITE
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:14:27
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - payment
    - account
    - base_setup
    - base
    - web
    - product
    - mail
    - bus
    - web_tour
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
Adyen Payment Acquirer

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
acquirer_form_adyen acquirer.form.adyen payment.acquirer xpath Inherits payment.acquirer_form
adyen_form adyen_form ir.ui.view qweb New
Models touched (2)

New fields (4)
  • adyen_merchant_account Char
    groups='base.group_user' required_if_provider='adyen' args: 'Merchant Account'
  • adyen_skin_code Char
    groups='base.group_user' required_if_provider='adyen' args: 'Skin Code'
  • adyen_skin_hmac_key Char
    groups='base.group_user' required_if_provider='adyen' args: 'Skin HMAC Key'
  • provider Selection
    ondelete={'adyen': 'set default'} selection_add=[('adyen', 'Adyen')]
Public methods (2)
  • adyen_form_generate_values(self, values)
  • adyen_get_form_action_url(self)

New fields (0)

No new fields.

Public methods (0)

No public methods.

REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/13.0/payment_adyen
VERSION
VERSION 1.0
CATEGORY
CATEGORYAccounting/Payment
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORS
MAINTAINERS
MAINTAINERS
COMMITTERS
COMMITTERSRaphael Collet, Odoo Translation Bot, Martin Trigaux, Christophe Simonis, Damien Bouvy, Adrian Torres, Xavier-Do, Victor Feyens, Sébastien Theys, fw-bot
WEBSITE
WEBSITE
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:06:41
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - payment
    - account
    - base_setup
    - base
    - web
    - product
    - mail
    - bus
    - web_tour
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
Adyen Payment Acquirer

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
acquirer_form_adyen acquirer.form.adyen payment.acquirer xpath Inherits payment.acquirer_form
adyen_form adyen_form ir.ui.view qweb New
Models touched (2)

New fields (4)
  • adyen_merchant_account Char
    groups='base.group_user' required_if_provider='adyen' args: 'Merchant Account'
  • adyen_skin_code Char
    groups='base.group_user' required_if_provider='adyen' args: 'Skin Code'
  • adyen_skin_hmac_key Char
    groups='base.group_user' required_if_provider='adyen' args: 'Skin HMAC Key'
  • provider Selection
    selection_add=[('adyen', 'Adyen')]
Public methods (2)
  • adyen_form_generate_values(self, values)
  • adyen_get_form_action_url(self)

New fields (0)

No new fields.

Public methods (0)

No public methods.

REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/12.0/payment_adyen
VERSION
VERSION 1.0
CATEGORY
CATEGORYAccounting
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORS
MAINTAINERS
MAINTAINERS
COMMITTERS
COMMITTERSOdoo Translation Bot, Martin Trigaux, Christophe Simonis, qdp-odoo, qsm-odoo, Toufik Benjaa, Jorge Pinna Puissant, Nans Lefebvre, Adrian Torres, Xavier-Do, sri-odoo
WEBSITE
WEBSITE
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-05 23:57:00
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - payment
    - account
    - base_setup
    - base
    - web
    - product
    - decimal_precision
    - mail
    - bus
    - web_tour
    - uom
    - analytic
    - portal
    - http_routing
    - digest
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
Adyen Payment Acquirer

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
acquirer_form_adyen acquirer.form.adyen payment.acquirer xpath Inherits payment.acquirer_form
adyen_form adyen_form ir.ui.view qweb New
Models touched (2)

New fields (4)
  • adyen_merchant_account Char
    groups='base.group_user' required_if_provider='adyen' args: 'Merchant Account'
  • adyen_skin_code Char
    groups='base.group_user' required_if_provider='adyen' args: 'Skin Code'
  • adyen_skin_hmac_key Char
    groups='base.group_user' required_if_provider='adyen' args: 'Skin HMAC Key'
  • provider Selection
    selection_add=[('adyen', 'Adyen')]
Public methods (2)
  • adyen_form_generate_values(self, values)
    @api.multi
  • adyen_get_form_action_url(self)
    @api.multi

New fields (0)

No new fields.

Public methods (0)

No public methods.

REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/11.0/payment_adyen
VERSION
VERSION 1.0
CATEGORY
CATEGORYAccounting
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORS
MAINTAINERS
MAINTAINERS
COMMITTERS
COMMITTERSRaphael Collet, Odoo Translation Bot, Martin Trigaux, Olivier Dony, Thibault Delavallée, Christophe Simonis, Xavier Morel, Nicolas Martinelli, qdp-odoo, GitHub, Odoo Online, tbe-odoo, Nans Lefebvre, Andreas Perhab
WEBSITE
WEBSITE
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-05 23:53:42
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - payment
    - account
    - base_setup
    - base
    - web
    - product
    - decimal_precision
    - mail
    - bus
    - web_tour
    - analytic
    - web_planner
    - portal
    - http_routing
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
Adyen Payment Acquirer

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
acquirer_form_adyen acquirer.form.adyen payment.acquirer xpath Inherits payment.acquirer_form
adyen_form adyen_form ir.ui.view qweb New
Models touched (2)

New fields (4)
  • adyen_merchant_account Char
    groups='base.group_user' required_if_provider='adyen' args: 'Merchant Account'
  • adyen_skin_code Char
    groups='base.group_user' required_if_provider='adyen' args: 'Skin Code'
  • adyen_skin_hmac_key Char
    groups='base.group_user' required_if_provider='adyen' args: 'Skin HMAC Key'
  • provider Selection
    selection_add=[('adyen', 'Adyen')]
Public methods (2)
  • adyen_form_generate_values(self, values)
    @api.multi
  • adyen_get_form_action_url(self)
    @api.multi

New fields (0)

No new fields.

Public methods (0)

No public methods.

REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/10.0/payment_adyen
VERSION
VERSION 1.0
CATEGORY
CATEGORYAccounting
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORS
MAINTAINERS
MAINTAINERS
COMMITTERS
COMMITTERSOdoo Translation Bot, Martin Trigaux, Fabien Pinckaers, Olivier Dony, Thibault Delavallée, Denis Ledoux, Christophe Simonis, Joren Van Onder, Nicolas Martinelli, Julien Legros, qdp-odoo, Martin Geubelle, Denis Vermylen (dve)
WEBSITE
WEBSITE
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-05 23:50:47
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - payment
    - account
    - base_setup
    - base
    - web_kanban
    - web
    - product
    - decimal_precision
    - mail
    - bus
    - web_tour
    - report
    - analytic
    - web_planner
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
Adyen Payment Acquirer

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
acquirer_form_adyen acquirer.form.adyen payment.acquirer xpath Inherits payment.acquirer_form
adyen_acquirer_button adyen_acquirer_button ir.ui.view qweb New
Models touched (2)

New fields (4)
  • adyen_merchant_account Char
    groups='base.group_user' required_if_provider='adyen' args: 'Merchant Account'
  • adyen_skin_code Char
    groups='base.group_user' required_if_provider='adyen' args: 'Skin Code'
  • adyen_skin_hmac_key Char
    groups='base.group_user' required_if_provider='adyen' args: 'Skin HMAC Key'
  • provider Selection
    selection_add=[('adyen', 'Adyen')]
Public methods (2)
  • adyen_form_generate_values(self, values)
    @api.multi
  • adyen_get_form_action_url(self)
    @api.multi

New fields (0)

No new fields.

Public methods (0)

No public methods.

REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/9.0/payment_adyen
VERSION
VERSION 1.0
CATEGORY
CATEGORYAccounting
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORS
MAINTAINERS
MAINTAINERS
COMMITTERS
COMMITTERSOdoo Translation Bot, Martin Trigaux, Antony Lesuisse, Olivier Dony, Denis Ledoux, Christophe Simonis, Goffin Simon, Nicolas Martinelli, Damien Bouvy, Yannick Tivisse
WEBSITE
WEBSITE
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-05 23:48:29
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - payment
    - account
    - base_setup
    - base
    - web_kanban
    - web
    - product
    - decimal_precision
    - mail
    - bus
    - report
    - analytic
    - web_tip
    - web_planner
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
Adyen Payment Acquirer

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
acquirer_form_adyen acquirer.form.adyen payment.acquirer xpath Inherits payment.acquirer_form
adyen_acquirer_button adyen_acquirer_button ir.ui.view qweb New
Models touched (2)

New fields (0)

No new fields.

Public methods (2)
  • adyen_form_generate_values(self, cr, uid, id, values, context=None)
  • adyen_get_form_action_url(self, cr, uid, id, context=None)

New fields (0)

No new fields.

Public methods (0)

No public methods.

REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/8.0/payment_adyen
VERSION
VERSION 1.0
CATEGORY
CATEGORYHidden
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOpenERP SA
MAINTAINERS
MAINTAINERSOpenERP SA
COMMITTERS
COMMITTERSOdoo Translation Bot, Christophe Matthieu, Martin Trigaux, Antony Lesuisse, Olivier Dony, Thibault Delavallée, Denis Ledoux, Fabien Meghazi, Xavier Morel, Goffin Simon, Nicolas Martinelli
WEBSITE
WEBSITE
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-05 23:45:38
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - payment
    - account
    - base_setup
    - base
    - web_kanban
    - web
    - product
    - decimal_precision
    - mail
    - report
    - analytic
    - board
    - edi
    - email_template
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
Adyen Payment Acquirer

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
acquirer_form_adyen acquirer.form.adyen payment.acquirer xpath Inherits payment.acquirer_form
adyen_acquirer_button adyen_acquirer_button ir.ui.view qweb New
transaction_form_adyen acquirer.transaction.form.adyen payment.transaction xpath Inherits payment.transaction_form
Models touched (2)

New fields (0)

No new fields.

Public methods (2)
  • adyen_form_generate_values(self, cr, uid, id, partner_values, tx_values, context=None)
  • adyen_get_form_action_url(self, cr, uid, id, context=None)

New fields (0)

No new fields.

Public methods (0)

No public methods.