Skip to content

Commit

Permalink
Merge pull request OCA#2466 from ForgeFlow/13.0-mig-base_address_exte…
Browse files Browse the repository at this point in the history
…nded-fix

[13.0][FIX] base_address_extended: load noupdate_changes
  • Loading branch information
pedrobaeza committed Dec 3, 2020
2 parents d848129 + 07d621e commit b22514e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions addons/base_address_extended/migrations/13.0.1.0/post-migration.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Copyright 2020 ForgeFlow <http://www.forgeflow.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.cr, 'base_address_extended', 'migrations/13.0.1.0/noupdate_changes.xml')
2 changes: 1 addition & 1 deletion odoo/openupgrade/doc/source/modules120-130.rst
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ missing in the new release are marked with |del|.
+----------------------------------------------+-------------------------------------------------+
|base_address_city | Nothing to do |
+----------------------------------------------+-------------------------------------------------+
|base_address_extended | Nothing to do |
|base_address_extended | Done |
+----------------------------------------------+-------------------------------------------------+
|base_automation | Nothing to do |
+----------------------------------------------+-------------------------------------------------+
Expand Down

0 comments on commit b22514e

Please sign in to comment.