Skip to content

Commit 82e64f6

Browse files
[MIG] payment_stripe
1 parent ace5606 commit 82e64f6

File tree

4 files changed

+25
-6
lines changed

4 files changed

+25
-6
lines changed
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<?xml version='1.0' encoding='utf-8'?>
22
<odoo>
33
<record id="payment.payment_acquirer_stripe" model="payment.acquirer">
4-
<field name="environment"/>
5-
<field name="image" type="base64" file="payment_stripe/static/src/img/stripe_icon.png"/>
6-
<field name="pre_msg"/>
7-
<field name="stripe_publishable_key"/>
8-
<field name="stripe_secret_key"/>
4+
<!-- <field name="environment"/>-->
5+
<!-- <field name="image" type="base64" file="payment_stripe/static/src/img/stripe_icon.png"/>-->
6+
<!-- <field name="pre_msg"/>-->
7+
<!-- <field name="stripe_publishable_key"/>-->
8+
<!-- <field name="stripe_secret_key"/>-->
99
<field name="image_128" type="base64" file="payment_stripe/static/src/img/stripe_icon.png"/>
1010
</record>
1111
</odoo>
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---Models in module 'payment_stripe'---
2+
---Fields in module 'payment_stripe'---
3+
payment_stripe / payment.acquirer / provider (False) : selection_keys is now '['adyen', 'alipay', 'authorize', 'buckaroo', 'manual', 'ogone', 'paypal', 'payulatam', 'payumoney', 'sips', 'stripe']' ('['adyen', 'authorize', 'buckaroo', 'manual', 'ogone', 'paypal', 'payumoney', 'sips', 'stripe']')
4+
---XML records in module 'payment_stripe'---
5+
NEW ir.ui.view: payment_stripe.assets_frontend
6+
DEL ir.ui.view: payment_stripe_sca.assets_frontend
7+
DEL ir.ui.view: payment_stripe_sca.payment_tokens_list
8+
DEL ir.ui.view: payment_stripe_sca.stripe_form
9+
DEL ir.ui.view: payment_stripe_sca.stripe_s2s_form
10+
# NOTHING TO DO
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Copyright 2020 ForgeFlow <http://www.forgeflow.com>
2+
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
3+
from openupgradelib import openupgrade
4+
5+
6+
@openupgrade.migrate()
7+
def migrate(env, version):
8+
openupgrade.load_data(
9+
env.cr, "payment_stripe", "migrations/13.0.1.0/noupdate_changes.xml")

odoo/openupgrade/doc/source/modules120-130.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@ missing in the new release are marked with |del|.
481481
+----------------------------------------------+-------------------------------------------------+
482482
|payment_sips | |
483483
+----------------------------------------------+-------------------------------------------------+
484-
|payment_stripe | |
484+
|payment_stripe | Done |
485485
+----------------------------------------------+-------------------------------------------------+
486486
| |del| payment_stripe_sca | |
487487
+----------------------------------------------+-------------------------------------------------+

0 commit comments

Comments
 (0)