From 5cadc396541c791fa0a7df948aa78672cd8eb304 Mon Sep 17 00:00:00 2001 From: pilarvargas-tecnativa Date: Thu, 31 Jul 2025 13:19:04 +0200 Subject: [PATCH] [OU-ADD] loyalty: Nothing to do TT54440 --- docsource/modules160-170.rst | 2 +- .../loyalty/17.0.1.0/upgrade_analysis_work.txt | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 openupgrade_scripts/scripts/loyalty/17.0.1.0/upgrade_analysis_work.txt diff --git a/docsource/modules160-170.rst b/docsource/modules160-170.rst index a553486ef6aa..0029aecf9116 100644 --- a/docsource/modules160-170.rst +++ b/docsource/modules160-170.rst @@ -640,7 +640,7 @@ Module coverage 16.0 -> 17.0 +---------------------------------------------------+----------------------+-------------------------------------------------+ | link_tracker | Nothing to do |No DB layout changes. | +---------------------------------------------------+----------------------+-------------------------------------------------+ -| loyalty | | | +| loyalty | Nothing to do | | +---------------------------------------------------+----------------------+-------------------------------------------------+ | |del| loyalty_delivery | |Merged into sale_loyalty_delivery. | +---------------------------------------------------+----------------------+-------------------------------------------------+ diff --git a/openupgrade_scripts/scripts/loyalty/17.0.1.0/upgrade_analysis_work.txt b/openupgrade_scripts/scripts/loyalty/17.0.1.0/upgrade_analysis_work.txt new file mode 100644 index 000000000000..7e08aff7ddbc --- /dev/null +++ b/openupgrade_scripts/scripts/loyalty/17.0.1.0/upgrade_analysis_work.txt @@ -0,0 +1,14 @@ +---Models in module 'loyalty'--- +---Fields in module 'loyalty'--- +loyalty / loyalty.card / message_main_attachment_id (many2one): DEL relation: ir.attachment +loyalty / loyalty.card / rating_ids (one2many) : NEW relation: rating.rating +loyalty / loyalty.program / date_from (date) : NEW +loyalty / loyalty.program / pricelist_ids (many2many) : NEW relation: product.pricelist +# NOTHING TO DO + +---XML records in module 'loyalty'--- +NEW ir.ui.view: loyalty.res_partner_form +NEW loyalty.program: loyalty.gift_card_program +NEW loyalty.reward: loyalty.gift_card_program_reward +NEW loyalty.rule: loyalty.gift_card_program_rule +# NOTHING TO DO