Payment Method

class odoo.addons.payment.models.payment_method.PaymentMethod[源代码]
_deduplicate_by_code(report=None)[源代码]

Sort and deduplicate payment methods by code, keeping the best-ranked match.

The payment methods are first sorted by display order (see _sort_by_display_order), then all but the first occurrence of each code are dropped.

参数

report (dict) – The report into which availability statuses are to be logged

返回

The deduplicated payment methods

返回类型

payment.method

_sort_by_display_order()[源代码]

Sort payment methods by their display order.

The display order is: provider sequence > provider name > PM sequence > PM name.

返回

The sorted payment methods

返回类型

payment.method