Skip to content

Commit

Permalink
[17.0][OU-ADD] payment_stripe: Migration to 17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
acpMicrocom committed Sep 27, 2024
1 parent b2f4cfe commit 235c4e0
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docsource/modules160-170.rst
Original file line number Diff line number Diff line change
Expand Up @@ -620,7 +620,7 @@ Module coverage 16.0 -> 17.0
+---------------------------------------------------+----------------------+-------------------------------------------------+
| payment_sips | |No DB layout changes. |
+---------------------------------------------------+----------------------+-------------------------------------------------+
| payment_stripe | | |
| payment_stripe | Done | |
+---------------------------------------------------+----------------------+-------------------------------------------------+
| |new| payment_xendit | | |
+---------------------------------------------------+----------------------+-------------------------------------------------+
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Copyright 2023 Tecnativa - Víctor Martínez
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
from openupgradelib import openupgrade


@openupgrade.migrate()
def migrate(env, version):
openupgrade.load_data(env, "payment_stripe", "17.0.2.0/noupdate_changes.xml")
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---Models in module 'payment_stripe'---
---Fields in module 'payment_stripe'---
payment_stripe / payment.token / stripe_mandate (char) : NEW
payment_stripe / payment.transaction / stripe_payment_intent (char) : DEL
# NOTHING TO DO

---XML records in module 'payment_stripe'---
NEW ir.ui.view: payment_stripe.inline_form
NEW ir.ui.view: payment_stripe.payment_form
DEL ir.ui.view: payment_stripe.checkout
DEL ir.ui.view: payment_stripe.manage
# NOTHING TO DO

0 comments on commit 235c4e0

Please sign in to comment.