oca-ocb-core/odoo-bringout-oca-ocb-payment_custom/payment_custom/const.py
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

6 lines
212 B
Python

# Part of Odoo. See LICENSE file for full copyright and licensing details.
# The codes of the payment methods to activate when Wire Transfer is activated.
DEFAULT_PAYMENT_METHOD_CODES = {
'wire_transfer',
}