File tree Expand file tree Collapse file tree
openupgrade_scripts/scripts/payment_paypal/17.0.2.0 Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -740,7 +740,7 @@ Module coverage 16.0 -> 17.0
740740+---------------------------------------------------+----------------------+-------------------------------------------------+
741741| payment_mollie | |No DB layout changes. |
742742+---------------------------------------------------+----------------------+-------------------------------------------------+
743- | payment_paypal | | |
743+ | payment_paypal | Nothing to do | |
744744+---------------------------------------------------+----------------------+-------------------------------------------------+
745745| payment_razorpay | |No DB layout changes. |
746746+---------------------------------------------------+----------------------+-------------------------------------------------+
Original file line number Diff line number Diff line change 1+ ---Models in module 'payment_paypal'---
2+ ---Fields in module 'payment_paypal'---
3+ payment_paypal / payment.provider / paypal_seller_account (char) : DEL
4+ payment_paypal / payment.provider / paypal_use_ipn (boolean) : DEL
5+ # NOTHING TO DO: only informational fields, but not used for payment transactions itself.
6+ # More info of the removal in https://github.com/odoo/odoo/pull/104974
7+
8+ ---XML records in module 'payment_paypal'---
9+ DEL ir.ui.view: payment_paypal.mail_template_paypal_invite_user_to_configure
10+ # NOTHING TO DO: handled by ORM
You can’t perform that action at this time.
0 commit comments