From 04d6c2aa05cc7290f4865ba91db2f4c8a9132877 Mon Sep 17 00:00:00 2001 From: RaulOForgeFlow Date: Fri, 23 Apr 2021 09:56:34 +0200 Subject: [PATCH] [14.0][MIG] web_editor --- doc/source/modules130-140.rst | 2 +- .../14.0.1.0/upgrade_analysis_work.txt | 16 ++++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 openupgrade_scripts/scripts/web_editor/14.0.1.0/upgrade_analysis_work.txt diff --git a/doc/source/modules130-140.rst b/doc/source/modules130-140.rst index 99ff6a24e0b7..55218e8f73e3 100644 --- a/doc/source/modules130-140.rst +++ b/doc/source/modules130-140.rst @@ -646,7 +646,7 @@ Module coverage 13.0 -> 14.0 +--------------------------------------------+-------------------------------------------------+ | |del| web_diagram | | +--------------------------------------------+-------------------------------------------------+ -|web_editor | | +|web_editor | Nothing to do | +--------------------------------------------+-------------------------------------------------+ |web_kanban_gauge | | +--------------------------------------------+-------------------------------------------------+ diff --git a/openupgrade_scripts/scripts/web_editor/14.0.1.0/upgrade_analysis_work.txt b/openupgrade_scripts/scripts/web_editor/14.0.1.0/upgrade_analysis_work.txt new file mode 100644 index 000000000000..ef4b9e8d7dab --- /dev/null +++ b/openupgrade_scripts/scripts/web_editor/14.0.1.0/upgrade_analysis_work.txt @@ -0,0 +1,16 @@ +---Models in module 'web_editor'--- +---Fields in module 'web_editor'--- +web_editor / ir.attachment / original_id (many2one) : NEW relation: ir.attachment +# NOTHING TO DO: new feature. This field stores the original file attachment record id so the user can revert changes + +---XML records in module 'web_editor'--- +NEW ir.ui.view: web_editor._assets_13_0_color_system_support_primary_variables +NEW ir.ui.view: web_editor.assets_edit_html_field +NEW ir.ui.view: web_editor.assets_summernote +NEW ir.ui.view: web_editor.snippet_options_background_color_widget +NEW ir.ui.view: web_editor.snippet_options_background_options +NEW ir.ui.view: web_editor.snippet_options_image_optimization_widgets +# NOTHING TO DO + +DEL ir.ui.view: web_editor.summernote +# NOTHING TO DO \ No newline at end of file