|
| 1 | +---Models in module 'payment'--- |
| 2 | +---Fields in module 'payment'--- |
| 3 | +payment / payment.method / support_refund (selection) : now required |
| 4 | +payment / payment.method / support_refund (selection) : selection_keys is now '['full_only', 'none', 'partial']' ('['full_only', 'partial']') |
| 5 | +# DONE: pre-migration: empty -> 'none' |
| 6 | + |
| 7 | +payment / payment.provider / support_refund (selection) : selection_keys is now '['full_only', 'none', 'partial']' ('['full_only', 'partial']') |
| 8 | +# NOTHING TO DO: not stored |
| 9 | + |
| 10 | +payment / payment.provider / module_state (selection) : not stored anymore |
| 11 | +# NOTHING TO DO: now it's related |
| 12 | + |
| 13 | +payment / payment.transaction / callback_hash (char) : DEL |
| 14 | +payment / payment.transaction / callback_is_done (boolean) : DEL |
| 15 | +payment / payment.transaction / callback_method (char) : DEL |
| 16 | +payment / payment.transaction / callback_model_id (many2one) : DEL relation: ir.model |
| 17 | +payment / payment.transaction / callback_res_id (integer) : DEL |
| 18 | +# NOTHING TO DO: simply removed, see https://github.com/odoo/odoo/commit/d6452a11ed1edfb0df7ffbd81cef08e96f97c4c0 |
| 19 | + |
| 20 | +payment / res.country / is_stripe_supported_country (boolean): previously in module website_payment |
| 21 | +# NOTHING TO DO |
| 22 | + |
| 23 | +---XML records in module 'payment'--- |
| 24 | +NEW ir.actions.server: payment.action_activate_stripe [renamed from website_payment module] |
| 25 | +# DONE: pre-migration: renamed xmlid |
| 26 | + |
| 27 | +NEW ir.ui.view: payment.availability_report |
| 28 | +NEW ir.ui.view: payment.availability_report_button |
| 29 | +NEW ir.ui.view: payment.availability_report_records |
| 30 | +NEW ir.ui.view: payment.no_pms_available_warning |
| 31 | +NEW ir.ui.view: payment.state_header |
| 32 | +DEL ir.ui.view: payment.pay_meth_link |
| 33 | +DEL ir.ui.view: payment.transaction_status |
| 34 | +NEW payment.method: payment.payment_method_abitab (noupdate) |
| 35 | +NEW payment.method: payment.payment_method_alipay_plus (noupdate) |
| 36 | +NEW payment.method: payment.payment_method_astropay (noupdate) |
| 37 | +NEW payment.method: payment.payment_method_banco_guayaquil (noupdate) |
| 38 | +NEW payment.method: payment.payment_method_banco_pichincha (noupdate) |
| 39 | +NEW payment.method: payment.payment_method_facilito (noupdate) |
| 40 | +NEW payment.method: payment.payment_method_nuvei_local (noupdate) |
| 41 | +NEW payment.method: payment.payment_method_oxxopay (noupdate) |
| 42 | +NEW payment.method: payment.payment_method_paylater_india (noupdate) |
| 43 | +NEW payment.method: payment.payment_method_post_finance (noupdate) |
| 44 | +NEW payment.method: payment.payment_method_redpagos (noupdate) |
| 45 | +NEW payment.method: payment.payment_method_spei (noupdate) |
| 46 | +NEW payment.method: payment.payment_method_webpay (noupdate) |
| 47 | +NEW payment.provider: payment.payment_provider_nuvei (noupdate) |
| 48 | +# NOTHING TO DO |
| 49 | + |
| 50 | +NEW payment.method: payment.payment_method_emi_india (noupdate) |
| 51 | +DEL payment.method: payment.payment_method_emi (noupdate) |
| 52 | +# DONE: pre-migration: rename xmlids |
| 53 | + |
| 54 | +NEW payment.provider: payment.payment_provider_worldline (noupdate) |
| 55 | +DEL payment.provider: payment.payment_provider_sips (noupdate) |
| 56 | +# DONE: post-migration: Let's merge the Ogone & SIPS into Worldline. More info in https://github.com/odoo/odoo/pull/175194 |
0 commit comments