| REPOSITORY | |
|---|---|
| REPOSITORY | odoo/odoo |
| GIT | |
| GIT | https://github.com/odoo/odoo.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/odoo/odoo/tree/19.0/payment_adyen |
| VERSION | |
| VERSION | 2.0 |
| CATEGORY | |
| CATEGORY | Accounting/Payment Providers |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo S.A. |
| MAINTAINERS | |
| MAINTAINERS | Odoo S.A. |
| COMMITTERS | |
| COMMITTERS | Odoo 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 UPDATE | 2026-07-06 01:51:40 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - payment - onboarding - web - base - portal - html_editor - bus - http_routing - base_setup - web_tour - auth_signup |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| 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 | footer | Inherits payment.payment_capture_wizard_view_form |
payment_provider_form |
Adyen Provider Form | payment.provider | group | Inherits payment.payment_provider_form |
has_adyen_tx
Boolean
compute='_compute_has_adyen_tx'
No public methods.
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')]
create(self, vals_list)
write(self, vals)
adyen_shopper_reference
Char
help='The unique reference of the partner owning this token'
readonly=True
string='Shopper Reference'
No public methods.
No new fields.
Public methods (0)No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | odoo/odoo |
| GIT | |
| GIT | https://github.com/odoo/odoo.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/odoo/odoo/tree/18.0/payment_adyen |
| VERSION | |
| VERSION | 2.0 |
| CATEGORY | |
| CATEGORY | Accounting/Payment Providers |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | |
| MAINTAINERS | |
| MAINTAINERS | |
| COMMITTERS | |
| COMMITTERS | Odoo 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 UPDATE | 2026-07-06 01:25:53 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - payment - onboarding - web - base - portal - web_editor - bus - html_editor - http_routing - base_setup - web_tour - auth_signup |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| 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 | footer | Inherits payment.payment_capture_wizard_view_form |
payment_provider_form |
Adyen Provider Form | payment.provider | group | Inherits payment.payment_provider_form |
has_adyen_tx
Boolean
compute='_compute_has_adyen_tx'
No public methods.
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')]
create(self, values_list)
write(self, values)
adyen_shopper_reference
Char
help='The unique reference of the partner owning this token'
readonly=True
string='Shopper Reference'
No public methods.
No new fields.
Public methods (0)No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | odoo/odoo |
| GIT | |
| GIT | https://github.com/odoo/odoo.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/odoo/odoo/tree/17.0/payment_adyen |
| VERSION | |
| VERSION | 2.0 |
| CATEGORY | |
| CATEGORY | Accounting/Payment Providers |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | |
| MAINTAINERS | |
| MAINTAINERS | |
| COMMITTERS | |
| COMMITTERS | Odoo 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 UPDATE | 2026-07-06 01:02:04 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - payment - onboarding - web - base - portal - web_editor - bus - http_routing - base_setup - web_tour - auth_signup |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| 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 | footer | Inherits payment.payment_capture_wizard_view_form |
payment_provider_form |
Adyen Provider Form | payment.provider | group | Inherits payment.payment_provider_form |
has_adyen_tx
Boolean
compute='_compute_has_adyen_tx'
No public methods.
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')]
create(self, values_list)
write(self, values)
adyen_shopper_reference
Char
help='The unique reference of the partner owning this token'
readonly=True
string='Shopper Reference'
No public methods.
No new fields.
Public methods (0)No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | odoo/odoo |
| GIT | |
| GIT | https://github.com/odoo/odoo.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/odoo/odoo/tree/16.0/payment_adyen |
| VERSION | |
| VERSION | 2.0 |
| CATEGORY | |
| CATEGORY | Accounting/Payment Providers |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | |
| MAINTAINERS | |
| MAINTAINERS | |
| COMMITTERS | |
| COMMITTERS | Martin 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 UPDATE | 2026-07-06 00:40:46 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - payment - portal - web - base - web_editor - bus - http_routing - base_setup - web_tour - auth_signup |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
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 |
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')]
create(self, values_list)
write(self, values)
adyen_shopper_reference
Char
help='The unique reference of the partner owning this token'
readonly=True
string='Shopper Reference'
No public methods.
No new fields.
Public methods (0)No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | odoo/odoo |
| GIT | |
| GIT | https://github.com/odoo/odoo.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/odoo/odoo/tree/15.0/payment_adyen |
| VERSION | |
| VERSION | 2.0 |
| CATEGORY | |
| CATEGORY | Accounting/Payment Acquirers |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | Yes |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | |
| MAINTAINERS | |
| MAINTAINERS | |
| COMMITTERS | |
| COMMITTERS | Odoo 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 UPDATE | 2026-07-06 00:25:26 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - payment - account - base_setup - base - web - product - 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 | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
inline_form |
inline_form | ir.ui.view | qweb | New |
payment_acquirer_form |
Adyen Acquirer Form | payment.acquirer | xpath | Inherits payment.payment_acquirer_form |
No new fields.
Public methods (0)No public methods.
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')]
create(self, values_list)
write(self, values)
adyen_shopper_reference
Char
help='The unique reference of the partner owning this token'
readonly=True
string='Shopper Reference'
No public methods.
No new fields.
Public methods (0)No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | odoo/odoo |
| GIT | |
| GIT | https://github.com/odoo/odoo.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/odoo/odoo/tree/14.0/payment_adyen |
| VERSION | |
| VERSION | 1.0 |
| CATEGORY | |
| CATEGORY | Accounting/Payment Acquirers |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | Yes |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | |
| MAINTAINERS | |
| MAINTAINERS | |
| COMMITTERS | |
| COMMITTERS | Raphael 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 UPDATE | 2026-07-06 00:14:27 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - payment - account - base_setup - base - web - product - 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 |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
acquirer_form_adyen |
acquirer.form.adyen | payment.acquirer | xpath | Inherits payment.acquirer_form |
adyen_form |
adyen_form | ir.ui.view | qweb | New |
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')]
adyen_form_generate_values(self, values)
adyen_get_form_action_url(self)
No new fields.
Public methods (0)No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | odoo/odoo |
| GIT | |
| GIT | https://github.com/odoo/odoo.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/odoo/odoo/tree/13.0/payment_adyen |
| VERSION | |
| VERSION | 1.0 |
| CATEGORY | |
| CATEGORY | Accounting/Payment |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | |
| MAINTAINERS | |
| MAINTAINERS | |
| COMMITTERS | |
| COMMITTERS | Raphael 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 UPDATE | 2026-07-06 00:06:41 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - payment - account - base_setup - base - web - product - 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 |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
acquirer_form_adyen |
acquirer.form.adyen | payment.acquirer | xpath | Inherits payment.acquirer_form |
adyen_form |
adyen_form | ir.ui.view | qweb | New |
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')]
adyen_form_generate_values(self, values)
adyen_get_form_action_url(self)
No new fields.
Public methods (0)No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | odoo/odoo |
| GIT | |
| GIT | https://github.com/odoo/odoo.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/odoo/odoo/tree/12.0/payment_adyen |
| VERSION | |
| VERSION | 1.0 |
| CATEGORY | |
| CATEGORY | Accounting |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | |
| MAINTAINERS | |
| MAINTAINERS | |
| COMMITTERS | |
| COMMITTERS | Odoo 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 UPDATE | 2026-07-05 23:57:00 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - payment - account - base_setup - base - web - product - decimal_precision - 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 |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
acquirer_form_adyen |
acquirer.form.adyen | payment.acquirer | xpath | Inherits payment.acquirer_form |
adyen_form |
adyen_form | ir.ui.view | qweb | New |
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')]
adyen_form_generate_values(self, values)
adyen_get_form_action_url(self)
No new fields.
Public methods (0)No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | odoo/odoo |
| GIT | |
| GIT | https://github.com/odoo/odoo.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/odoo/odoo/tree/11.0/payment_adyen |
| VERSION | |
| VERSION | 1.0 |
| CATEGORY | |
| CATEGORY | Accounting |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | |
| MAINTAINERS | |
| MAINTAINERS | |
| COMMITTERS | |
| COMMITTERS | Raphael 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 UPDATE | 2026-07-05 23:53:42 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - payment - account - base_setup - base - web - product - decimal_precision - 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 |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
acquirer_form_adyen |
acquirer.form.adyen | payment.acquirer | xpath | Inherits payment.acquirer_form |
adyen_form |
adyen_form | ir.ui.view | qweb | New |
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')]
adyen_form_generate_values(self, values)
adyen_get_form_action_url(self)
No new fields.
Public methods (0)No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | odoo/odoo |
| GIT | |
| GIT | https://github.com/odoo/odoo.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/odoo/odoo/tree/10.0/payment_adyen |
| VERSION | |
| VERSION | 1.0 |
| CATEGORY | |
| CATEGORY | Accounting |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | |
| MAINTAINERS | |
| MAINTAINERS | |
| COMMITTERS | |
| COMMITTERS | Odoo 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 UPDATE | 2026-07-05 23:50:47 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - payment - account - base_setup - base - web_kanban - web - product - decimal_precision - bus - web_tour - report - analytic - web_planner |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | Adyen Payment Acquirer |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
acquirer_form_adyen |
acquirer.form.adyen | payment.acquirer | xpath | Inherits payment.acquirer_form |
adyen_acquirer_button |
adyen_acquirer_button | ir.ui.view | qweb | New |
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')]
adyen_form_generate_values(self, values)
adyen_get_form_action_url(self)
No new fields.
Public methods (0)No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | odoo/odoo |
| GIT | |
| GIT | https://github.com/odoo/odoo.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/odoo/odoo/tree/9.0/payment_adyen |
| VERSION | |
| VERSION | 1.0 |
| CATEGORY | |
| CATEGORY | Accounting |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | |
| MAINTAINERS | |
| MAINTAINERS | |
| COMMITTERS | |
| COMMITTERS | Odoo 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 UPDATE | 2026-07-05 23:48:29 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - payment - account - base_setup - base - web_kanban - web - product - decimal_precision - bus - report - analytic - web_tip - web_planner |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | Adyen Payment Acquirer |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
acquirer_form_adyen |
acquirer.form.adyen | payment.acquirer | xpath | Inherits payment.acquirer_form |
adyen_acquirer_button |
adyen_acquirer_button | ir.ui.view | qweb | New |
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)
No new fields.
Public methods (0)No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | odoo/odoo |
| GIT | |
| GIT | https://github.com/odoo/odoo.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/odoo/odoo/tree/8.0/payment_adyen |
| VERSION | |
| VERSION | 1.0 |
| CATEGORY | |
| CATEGORY | Hidden |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | OpenERP SA |
| MAINTAINERS | |
| MAINTAINERS | OpenERP SA |
| COMMITTERS | |
| COMMITTERS | Odoo 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 UPDATE | 2026-07-05 23:45:38 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - payment - account - base_setup - base - web_kanban - web - product - decimal_precision - report - analytic - board - edi - email_template |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | Adyen Payment Acquirer |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
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 |
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)
No new fields.
Public methods (0)No public methods.