Skip to content

Commit

Permalink
Merge pull request #3063 from tranngocson1996/v14_mig_gamification_sa…
Browse files Browse the repository at this point in the history
…le_crm

[MIG][14.0] gamification_sale_crm: migration script
  • Loading branch information
MiquelRForgeFlow authored Jun 16, 2022
2 parents 7f8aa46 + 57303e8 commit 6aa2a0d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docsource/modules130-140.rst
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ Module coverage 13.0 -> 14.0
+--------------------------------------------+-------------------------------------------------+
|gamification | Done |
+--------------------------------------------+-------------------------------------------------+
|gamification_sale_crm | |
|gamification_sale_crm | Done |
+--------------------------------------------+-------------------------------------------------+
|google_account | Nothing to do |
+--------------------------------------------+-------------------------------------------------+
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
from openupgradelib import openupgrade


@openupgrade.migrate()
def migrate(env, version):
openupgrade.load_data(
env.cr,
"gamification_sale_crm",
"14.0.1.0/noupdate_changes.xml",
)

0 comments on commit 6aa2a0d

Please sign in to comment.