Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---Fields in module 'l10n_ch'---
---XML records in module 'l10n_ch'---
DEL ir.actions.client: l10n_ch.action_client_l10n_ch_menu
DEL ir.actions.todo: base.open_menu
# Done: pre-migration. Removed noupdate=1 xmlids
9 changes: 9 additions & 0 deletions addons/l10n_ch/migrations/10.0.9.0/pre-migration.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# -*- coding: utf-8 -*-
# Copyright 2017 Eficent <http://www.eficent.com>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
from openupgradelib import openupgrade


@openupgrade.migrate()
def migrate(env, version):
env.ref('l10n_ch.action_client_l10n_ch_menu').unlink()
2 changes: 1 addition & 1 deletion odoo/openupgrade/doc/source/modules90-100.rst
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ missing in the new release are marked with |del|.
+-----------------------------------+-----------------------------------+
|l10n_ca | |
+-----------------------------------+-----------------------------------+
|l10n_ch | |
|l10n_ch | Done |
+-----------------------------------+-----------------------------------+
|l10n_cl | |
+-----------------------------------+-----------------------------------+
Expand Down