Odoo Payments by Adyen Payment Acquirer

payment_odoo_by_adyen
REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/14.0/payment_odoo_by_adyen
VERSION
VERSION 1.0
CATEGORY
CATEGORYAccounting/Payment Acquirers
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONYes
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORS
MAINTAINERS
MAINTAINERS
COMMITTERS
COMMITTERSOdoo Translation Bot, Martin Trigaux, Pierre Masereel, Antoine Prieels, Xavier-Do
WEBSITE
WEBSITE
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:14:29
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
    - adyen_platforms
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
Odoo Payments by Adyen

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
acquirer_form_odoo_by_adyen acquirer.form.odoo.by.adyen payment.acquirer xpath Inherits payment.acquirer_form
odoo_by_adyen_form odoo_by_adyen_form ir.ui.view qweb New
Models touched (3)

New fields (3)
  • odoo_adyen_account_id Many2one → adyen.account
    related='company_id.adyen_account_id' required_if_provider='odoo_adyen' args: 'adyen.account'
  • odoo_adyen_payout_id Many2one → adyen.payout
    domain="[('adyen_account_id', '=', odoo_adyen_account_id)]" required_if_provider='odoo_adyen' string='Adyen Payout' args: 'adyen.payout'
  • provider Selection
    ondelete={'odoo_adyen': 'set default'} selection_add=[('odoo_adyen', 'Odoo Payments by Adyen')]
Public methods (3)
  • odoo_adyen_create_account(self)
  • odoo_adyen_form_generate_values(self, values)
  • odoo_adyen_get_form_action_url(self)

New fields (1)
  • odoo_adyen_payment_method_type Char
    string='PaymentMethod Type'
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (1)
  • odoo_adyen_s2s_do_transaction(self, **kwargs)