Repository
odoo/odoo · module folder
Module version
1.0
Category
Accounting/Payment Acquirers
Folder size
0.24 MB
License
LGPL-3
Application
Yes
Auto-installable
No
Website
None
Last tracking update
2026-08-07 05:19:51
Authors
Maintainers
None
Committers
Martin Trigaux, Odoo Translation Bot, Pierre Masereel, Antoine Prieels, Xavier-Do
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description
Odoo Payments by Adyen

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
acquirer_form_odoo_by_adyen acquirer.form.odoo.by.adyen payment.acquirer form Inherits payment.acquirer_form
odoo_by_adyen_form odoo_by_adyen_form ir.ui.view qweb New
HTTP endpoints (1)
Route(s)HandlerAuthTypeMethodsFlags
/payment/odoo_adyen/notification OdooByAdyenController.odoo_adyen_notification public json ALL csrf off sudo
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)