---Models in module 'payment'---
---Fields in module 'payment'---
payment      / payment.method           / support_refund (selection)    : now required
payment      / payment.method           / support_refund (selection)    : selection_keys is now '['full_only', 'none', 'partial']' ('['full_only', 'partial']')
# DONE: pre-migration: empty -> 'none'

payment      / payment.provider         / support_refund (selection)    : selection_keys is now '['full_only', 'none', 'partial']' ('['full_only', 'partial']')
# NOTHING TO DO: not stored

payment      / payment.provider         / module_state (selection)      : not stored anymore
# NOTHING TO DO: now it's related

payment      / payment.transaction      / callback_hash (char)          : DEL
payment      / payment.transaction      / callback_is_done (boolean)    : DEL
payment      / payment.transaction      / callback_method (char)        : DEL
payment      / payment.transaction      / callback_model_id (many2one)  : DEL relation: ir.model
payment      / payment.transaction      / callback_res_id (integer)     : DEL
# NOTHING TO DO: simply removed, see https://github.com/odoo/odoo/commit/d6452a11ed1edfb0df7ffbd81cef08e96f97c4c0

payment      / res.country              / is_stripe_supported_country (boolean): previously in module website_payment
# NOTHING TO DO

---XML records in module 'payment'---
NEW ir.actions.server: payment.action_activate_stripe [renamed from website_payment module]
# DONE: pre-migration: renamed xmlid

NEW ir.ui.view: payment.availability_report
NEW ir.ui.view: payment.availability_report_button
NEW ir.ui.view: payment.availability_report_records
NEW ir.ui.view: payment.no_pms_available_warning
NEW ir.ui.view: payment.state_header
DEL ir.ui.view: payment.pay_meth_link
DEL ir.ui.view: payment.transaction_status
NEW payment.method: payment.payment_method_abitab (noupdate)
NEW payment.method: payment.payment_method_alipay_plus (noupdate)
NEW payment.method: payment.payment_method_astropay (noupdate)
NEW payment.method: payment.payment_method_banco_guayaquil (noupdate)
NEW payment.method: payment.payment_method_banco_pichincha (noupdate)
NEW payment.method: payment.payment_method_facilito (noupdate)
NEW payment.method: payment.payment_method_nuvei_local (noupdate)
NEW payment.method: payment.payment_method_oxxopay (noupdate)
NEW payment.method: payment.payment_method_paylater_india (noupdate)
NEW payment.method: payment.payment_method_post_finance (noupdate)
NEW payment.method: payment.payment_method_redpagos (noupdate)
NEW payment.method: payment.payment_method_spei (noupdate)
NEW payment.method: payment.payment_method_webpay (noupdate)
NEW payment.provider: payment.payment_provider_nuvei (noupdate)
# NOTHING TO DO

NEW payment.method: payment.payment_method_emi_india (noupdate)
DEL payment.method: payment.payment_method_emi (noupdate)
# DONE: pre-migration: rename xmlids

NEW payment.provider: payment.payment_provider_worldline (noupdate)
DEL payment.provider: payment.payment_provider_sips (noupdate)
# DONE: post-migration: Let's merge the Ogone & SIPS into Worldline. More info in https://github.com/odoo/odoo/pull/175194
