From 2998a4bcd85a5e8101dc378e5ff1a45739d56fe8 Mon Sep 17 00:00:00 2001 From: reinka Date: Wed, 31 May 2017 16:31:41 +0200 Subject: [PATCH 1/2] [ADD] website_slides: Nothing to do --- odoo/openupgrade/doc/source/modules90-100.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/odoo/openupgrade/doc/source/modules90-100.rst b/odoo/openupgrade/doc/source/modules90-100.rst index 01e9f7a4cb41..154fc38823bd 100644 --- a/odoo/openupgrade/doc/source/modules90-100.rst +++ b/odoo/openupgrade/doc/source/modules90-100.rst @@ -579,7 +579,7 @@ missing in the new release are marked with |del|. +-----------------------------------+-----------------------------------+ |website_sale_stock | | +-----------------------------------+-----------------------------------+ -|website_slides | | +|website_slides | Nothing to do | +-----------------------------------+-----------------------------------+ |website_theme_install | | +-----------------------------------+-----------------------------------+ From 72dd5d59979074e75c9d11c0462eb8cd52229edd Mon Sep 17 00:00:00 2001 From: reinka Date: Wed, 31 May 2017 16:32:24 +0200 Subject: [PATCH 2/2] [ADD] openupgrade_analysis_work.txt: Nothing to do --- .../migrations/10.0.1.0/openupgrade_analysis_work.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 addons/website_slides/migrations/10.0.1.0/openupgrade_analysis_work.txt diff --git a/addons/website_slides/migrations/10.0.1.0/openupgrade_analysis_work.txt b/addons/website_slides/migrations/10.0.1.0/openupgrade_analysis_work.txt new file mode 100644 index 000000000000..d19bc2cc67b5 --- /dev/null +++ b/addons/website_slides/migrations/10.0.1.0/openupgrade_analysis_work.txt @@ -0,0 +1,11 @@ +---Fields in module 'website_slides'--- +website_slides / slide.channel / active (boolean) : NEW +website_slides / slide.channel / website_message_ids (one2many): DEL relation: mail.message +website_slides / slide.slide / active (boolean) : NEW +# NOTHING TO DO + +---XML records in module 'website_slides'--- +NEW ir.actions.todo: base.open_menu +DEL ir.actions.todo: base.open_menu_channels +NEW ir.ui.view: website_slides.slide_channel_view_search +# NOTHING TO DO \ No newline at end of file