oca-ocb-core/odoo-bringout-oca-ocb-payment_custom/payment_custom
2025-10-17 11:29:53 +02:00
..
controllers payment_custom vanilla 16.0 2025-10-17 11:29:53 +02:00
data payment_custom vanilla 16.0 2025-10-17 11:29:53 +02:00
i18n payment_custom vanilla 16.0 2025-10-17 11:29:53 +02:00
models payment_custom vanilla 16.0 2025-10-17 11:29:53 +02:00
static payment_custom vanilla 16.0 2025-10-17 11:29:53 +02:00
tests payment_custom vanilla 16.0 2025-10-17 11:29:53 +02:00
views payment_custom vanilla 16.0 2025-10-17 11:29:53 +02:00
__init__.py payment_custom vanilla 16.0 2025-10-17 11:29:53 +02:00
__manifest__.py payment_custom vanilla 16.0 2025-10-17 11:29:53 +02:00
README.md payment_custom vanilla 16.0 2025-10-17 11:29:53 +02:00

Custom Payment Modes

Technical details

This module does not integrate with an API and, instead, offers a base for implementing payment providers with custom payment flows relying on payment instructions being displayed to the customer. This is done by immediately marking transactions as 'pending' to display their 'pending message'.

It defines a base Wire Transfer payment provider that allows making payments by bank transfer.

Supported features

  • Direct payment flow

Module history

  • 16.0
    • The custom_mode field is added to distinguish custom payment modes from other payment providers and to allow duplicating the base Wire Transfer provider in multi-company databases. odoo/odoo#99400
    • The module is no longer automatically installed with the payment module. odoo/odoo#99400
    • The module is renamed from payment_transfer to payment_custom. odoo/odoo#99400

Testing instructions

Wire Transfer can be tested indifferently in test or live mode as it does not make API requests.