From e6abf4ea3831a7f3b6691a24b0568c8f17aab363 Mon Sep 17 00:00:00 2001 From: Sylvain LE GAL Date: Tue, 19 Dec 2023 21:19:27 +0100 Subject: [PATCH] [OU-ADD] pos_restaurnt: Nothing to do --- docsource/modules150-160.rst | 2 +- .../16.0.1.0/upgrade_analysis_work.txt | 15 +++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 openupgrade_scripts/scripts/pos_restaurant/16.0.1.0/upgrade_analysis_work.txt diff --git a/docsource/modules150-160.rst b/docsource/modules150-160.rst index 75e498f7c66d..e73388842942 100644 --- a/docsource/modules150-160.rst +++ b/docsource/modules150-160.rst @@ -608,7 +608,7 @@ Module coverage 15.0 -> 16.0 +-------------------------------------------------+----------------------+-------------------------------------------------+ | pos_mercury | | | +-------------------------------------------------+----------------------+-------------------------------------------------+ -| pos_restaurant | | | +| pos_restaurant | Nothing to do | | +-------------------------------------------------+----------------------+-------------------------------------------------+ | pos_restaurant_adyen | |No DB layout changes. | +-------------------------------------------------+----------------------+-------------------------------------------------+ diff --git a/openupgrade_scripts/scripts/pos_restaurant/16.0.1.0/upgrade_analysis_work.txt b/openupgrade_scripts/scripts/pos_restaurant/16.0.1.0/upgrade_analysis_work.txt new file mode 100644 index 000000000000..4f2ce5a6c979 --- /dev/null +++ b/openupgrade_scripts/scripts/pos_restaurant/16.0.1.0/upgrade_analysis_work.txt @@ -0,0 +1,15 @@ +---Models in module 'pos_restaurant'--- +---Fields in module 'pos_restaurant'--- +pos_restaurant / pos.order.line / mp_dirty (boolean) : DEL +# Nothing to do. my_dirty is now a non persistent field, handled in the PoS Javascript only. + +pos_restaurant / pos.order.line / uuid (char) : NEW +# Nothing to do. New field. + +pos_restaurant / restaurant.floor / _order : _order is now 'sequence, name' ('id') +# Nothing to do. + +---XML records in module 'pos_restaurant'--- +NEW ir.ui.view: pos_restaurant.res_config_settings_view_form +DEL ir.ui.view: pos_restaurant.pos_config_view_form_inherit_restaurant +# View changes: Nothing to do.