| 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_paybylink |
| VERSION | |
| VERSION | 1.0 |
| CATEGORY | |
| CATEGORY | Accounting/Payment |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | Yes |
| AUTHORS | |
| AUTHORS | |
| MAINTAINERS | |
| MAINTAINERS | |
| COMMITTERS | |
| COMMITTERS | Antoine Vandevenne (anv), Valentin Chevalier |
| WEBSITE | |
| WEBSITE | |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:14:31 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - payment_adyen - 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 |
This module migrates the Adyen implementation from the Hosted Payment Pages API to the Pay by Link
API.
|
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
acquirer_form_adyen |
acquirer.form.adyen | payment.acquirer | Inherits payment.acquirer_form |
| Route(s) | Handler | Auth | Type | Methods | Flags |
|---|---|---|---|---|---|
| (inherited route override) | AdyenPayByLinkController.adyen_notification |
inherited | http | ALL | sudo |
adyen_api_key
Char
groups='base.group_user'
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_hmac_key
Char
groups='base.group_user'
help='The HMAC key of the webhook'
required_if_provider='adyen'
string='HMAC Key'
adyen_skin_code
Char
default='Do not use this field'
adyen_skin_hmac_key
Char
default='Do not use this field'
adyen_form_generate_values(self, values)
adyen_get_form_action_url(self)
create(self, values_list)
write(self, values)
No new fields.
Public methods (1)adyen_create(self, values)
| 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_paybylink |
| VERSION | |
| VERSION | 1.0 |
| CATEGORY | |
| CATEGORY | Accounting/Payment |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | Yes |
| AUTHORS | |
| AUTHORS | |
| MAINTAINERS | |
| MAINTAINERS | |
| COMMITTERS | |
| COMMITTERS | Antoine Vandevenne (anv), Valentin Chevalier |
| WEBSITE | |
| WEBSITE | |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:06:44 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - payment_adyen - 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 |
This module migrates the Adyen implementation from the Hosted Payment Pages API to the Pay by Link
API.
|
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
acquirer_form_adyen |
acquirer.form.adyen | payment.acquirer | Inherits payment.acquirer_form |
| Route(s) | Handler | Auth | Type | Methods | Flags |
|---|---|---|---|---|---|
| (inherited route override) | AdyenPayByLinkController.adyen_notification |
inherited | http | ALL | sudo |
adyen_api_key
Char
groups='base.group_user'
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_hmac_key
Char
groups='base.group_user'
help='The HMAC key of the webhook'
required_if_provider='adyen'
string='HMAC Key'
adyen_skin_code
Char
default='Do not use this field'
adyen_skin_hmac_key
Char
default='Do not use this field'
adyen_form_generate_values(self, values)
adyen_get_form_action_url(self)
create(self, values_list)
write(self, values)
No new fields.
Public methods (1)adyen_create(self, values)