Skip to content

Commit 5b3c7bc

Browse files
authored
Merge pull request #5707 from Tecnativa/19.0-ou-add-payment_custom
[19.0][OU-ADD] payment_custom: Migration Scripts
2 parents 4591593 + bad6629 commit 5b3c7bc

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

docsource/modules180-190.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -788,7 +788,7 @@ Module coverage 18.0 -> 19.0
788788
+---------------------------------------------------+----------------------+-------------------------------------------------+
789789
| payment_buckaroo | |No DB layout changes. |
790790
+---------------------------------------------------+----------------------+-------------------------------------------------+
791-
| payment_custom | |No DB layout changes. |
791+
| payment_custom |Done |No DB layout changes. |
792792
+---------------------------------------------------+----------------------+-------------------------------------------------+
793793
| payment_demo | |No DB layout changes. |
794794
+---------------------------------------------------+----------------------+-------------------------------------------------+
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Copyright 2026 Tecnativa - Eduardo Ezerouali
2+
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
3+
from openupgradelib import openupgrade
4+
5+
6+
@openupgrade.migrate()
7+
def migrate(env, version):
8+
openupgrade.load_data(env, "payment_custom", "19.0.2.0/noupdate_changes.xml")

0 commit comments

Comments
 (0)