diff --git a/docsource/modules160-170.rst b/docsource/modules160-170.rst index 98c84901043b..2e389348d8ef 100644 --- a/docsource/modules160-170.rst +++ b/docsource/modules160-170.rst @@ -730,7 +730,7 @@ Module coverage 16.0 -> 17.0 +---------------------------------------------------+----------------------+-------------------------------------------------+ | payment_buckaroo | |No DB layout changes. | +---------------------------------------------------+----------------------+-------------------------------------------------+ -| payment_custom | | | +| payment_custom | Done | | +---------------------------------------------------+----------------------+-------------------------------------------------+ | payment_demo | | | +---------------------------------------------------+----------------------+-------------------------------------------------+ diff --git a/openupgrade_scripts/scripts/payment_custom/17.0.2.0/post-migration.py b/openupgrade_scripts/scripts/payment_custom/17.0.2.0/post-migration.py new file mode 100644 index 000000000000..102823915677 --- /dev/null +++ b/openupgrade_scripts/scripts/payment_custom/17.0.2.0/post-migration.py @@ -0,0 +1,9 @@ +# Copyright 2024 Le Filament (https://le-filament.com) +# 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_custom", "17.0.2.0/noupdate_changes.xml") diff --git a/openupgrade_scripts/scripts/payment_custom/17.0.2.0/upgrade_analysis_work.txt b/openupgrade_scripts/scripts/payment_custom/17.0.2.0/upgrade_analysis_work.txt new file mode 100644 index 000000000000..48c0019d97c3 --- /dev/null +++ b/openupgrade_scripts/scripts/payment_custom/17.0.2.0/upgrade_analysis_work.txt @@ -0,0 +1,9 @@ +---Models in module 'payment_custom'--- +---Fields in module 'payment_custom'--- +---XML records in module 'payment_custom'--- +NEW ir.ui.view: payment_custom.payment_method_form +NEW ir.ui.view: payment_custom.token_form +# NOTHING TO DO: new views + +NEW payment.method: payment_custom.payment_method_wire_transfer (noupdate) +# NOTHING TO DO: new payment method