mirror of
https://github.com/bringout/oca-ocb-core.git
synced 2026-04-20 23:32:03 +02:00
6 lines
212 B
Python
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',
|
|
}
|