Payment Method¶
- class odoo.addons.payment.models.payment_method.PaymentMethod[código fonte]¶
- _deduplicate_by_code(report=None)[código fonte]¶
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.- Parâmetros
report (dict) – The report into which availability statuses are to be logged
- Retorna
The deduplicated payment methods
- Tipo de retorno
payment.method
- _sort_by_display_order()[código fonte]¶
Sort payment methods by their display order.
The display order is: provider sequence > provider name > PM sequence > PM name.
- Retorna
The sorted payment methods
- Tipo de retorno
payment.method