Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docsource/modules150-160.rst
Original file line number Diff line number Diff line change
Expand Up @@ -876,7 +876,7 @@ Module coverage 15.0 -> 16.0
+-------------------------------------------------+----------------------+-------------------------------------------------+
| website_partner | Nothing to do |No DB layout changes. |
+-------------------------------------------------+----------------------+-------------------------------------------------+
| website_payment | | |
| website_payment | Done | |
+-------------------------------------------------+----------------------+-------------------------------------------------+
| |new| website_payment_authorize | | |
+-------------------------------------------------+----------------------+-------------------------------------------------+
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Copyright 2023-2024 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.cr, "website_payment", "16.0.1.0/noupdate_changes.xml")
openupgrade.delete_record_translations(
env.cr,
"website_payment",
[
"mail_template_donation",
],
[
"name",
],
)
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---Models in module 'website_payment'---
---Fields in module 'website_payment'---
---XML records in module 'website_payment'---
NEW ir.actions.server: website_payment.action_stripe_connect_account
ir.ui.view: website_payment.donation_mail_body (noupdate) (noupdate switched)
NEW ir.ui.view: website_payment.payment_provider_form
NEW ir.ui.view: website_payment.res_config_settings_view_form
DEL ir.ui.view: website_payment.acquirer_form_website
# NOTHING TO DO