oca-ocb-core/odoo-bringout-oca-ocb-payment_custom/payment_custom
Ernad Husremovic b40c2a44d5 add payment_custom module from OCB 19.0
Required by payment module for Wire Transfer provider icon.

🤖 assisted by claude
2026-03-09 22:37:13 +01:00
..
controllers add payment_custom module from OCB 19.0 2026-03-09 22:37:13 +01:00
data add payment_custom module from OCB 19.0 2026-03-09 22:37:13 +01:00
i18n add payment_custom module from OCB 19.0 2026-03-09 22:37:13 +01:00
models add payment_custom module from OCB 19.0 2026-03-09 22:37:13 +01:00
static add payment_custom module from OCB 19.0 2026-03-09 22:37:13 +01:00
tests add payment_custom module from OCB 19.0 2026-03-09 22:37:13 +01:00
views add payment_custom module from OCB 19.0 2026-03-09 22:37:13 +01:00
__init__.py add payment_custom module from OCB 19.0 2026-03-09 22:37:13 +01:00
__manifest__.py add payment_custom module from OCB 19.0 2026-03-09 22:37:13 +01:00
const.py add payment_custom module from OCB 19.0 2026-03-09 22:37:13 +01:00
README.md add payment_custom module from OCB 19.0 2026-03-09 22:37:13 +01: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.1
    • The default payment instructions message of Wire Transfer can be recomputed at any time after installation of the module. odoo/odoo#103903
  • 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.