Skip to content

Commit

Permalink
Merge pull request #3953 from nguyenvietlam0640/16.0-maintenance-mig
Browse files Browse the repository at this point in the history
[16.0] [OU-ADD] maintenance
  • Loading branch information
pedrobaeza authored Feb 24, 2024
2 parents 9a13498 + b3347c9 commit df2f0f7
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docsource/modules150-160.rst
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@ Module coverage 15.0 -> 16.0
+-------------------------------------------------+----------------------+-------------------------------------------------+
| mail_plugin | Nothing to do |No DB layout changes. |
+-------------------------------------------------+----------------------+-------------------------------------------------+
| maintenance | |No DB layout changes. |
| maintenance | Done |No DB layout changes. |
+-------------------------------------------------+----------------------+-------------------------------------------------+
| mass_mailing | Done | |
+-------------------------------------------------+----------------------+-------------------------------------------------+
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
from openupgradelib import openupgrade


@openupgrade.migrate()
def migrate(env, version):
openupgrade.load_data(env.cr, "maintenance", "16.0.1.0/noupdate_changes.xml")
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---Models in module 'maintenance'---
---Fields in module 'maintenance'---
---XML records in module 'maintenance'---
---nothing has changed in this module--

# NOTHING TO DO

0 comments on commit df2f0f7

Please sign in to comment.