Skip to content

Commit 1fad8be

Browse files
authored
Merge pull request OCA#4996 from Tecnativa/17.0-mig-payment_paypal
[17.0][OU-ADD] payment_paypal: Nothing to do
2 parents 0981df0 + addd4c4 commit 1fad8be

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

docsource/modules160-170.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
+---------------------------------------------------+----------------------+-------------------------------------------------+
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
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

0 commit comments

Comments
 (0)