forked from Mapan/odoo17e
5 lines
153 B
Python
5 lines
153 B
Python
# The codes of the payment methods to activate when Cash on Delivery is activated.
|
|
DEFAULT_PAYMENT_METHOD_CODES = [
|
|
'shiprocket_cash_on_delivery',
|
|
]
|