From dccee823c87f7e303e0af901b6d36de0dc1b5657 Mon Sep 17 00:00:00 2001 From: Julien Guenat <50988819+jguenat@users.noreply.github.com> Date: Wed, 15 Jul 2026 18:20:22 +0200 Subject: [PATCH] [IMP] point_of_sale: remove 15.0 noupdate rule rule_pos_bank_statement_user rule does not exist anymore in version 16.0 --- .../scripts/point_of_sale/16.0.1.0.1/post-migration.py | 1 + .../point_of_sale/16.0.1.0.1/upgrade_analysis_work.txt | 4 +--- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/openupgrade_scripts/scripts/point_of_sale/16.0.1.0.1/post-migration.py b/openupgrade_scripts/scripts/point_of_sale/16.0.1.0.1/post-migration.py index 2861f67b533b..8e0581e21692 100644 --- a/openupgrade_scripts/scripts/point_of_sale/16.0.1.0.1/post-migration.py +++ b/openupgrade_scripts/scripts/point_of_sale/16.0.1.0.1/post-migration.py @@ -49,6 +49,7 @@ def migrate(env, version): env, [ "point_of_sale.rule_pos_cashbox_line_accountant", + "point_of_sale.rule_pos_bank_statement_user", "point_of_sale.500_00", ], ) diff --git a/openupgrade_scripts/scripts/point_of_sale/16.0.1.0.1/upgrade_analysis_work.txt b/openupgrade_scripts/scripts/point_of_sale/16.0.1.0.1/upgrade_analysis_work.txt index 74767f5a7ca1..f944791fd8ff 100644 --- a/openupgrade_scripts/scripts/point_of_sale/16.0.1.0.1/upgrade_analysis_work.txt +++ b/openupgrade_scripts/scripts/point_of_sale/16.0.1.0.1/upgrade_analysis_work.txt @@ -79,10 +79,8 @@ DEL ir.model.access: point_of_sale.access_money_in_out_wizard # NOTHING TO DO: the relevant models no longer exist DEL ir.rule: point_of_sale.rule_pos_bank_statement_user (noupdate) -# NOTHING TO DO: pos_session_id no longer stored on account.bank.statement. - DEL ir.rule: point_of_sale.rule_pos_cashbox_line_accountant (noupdate) -# DONE: post-migration: Remove safely the rule +# DONE: post-migration: Remove safely the rules DEL ir.ui.menu: point_of_sale.menu_pos_config_pos NEW ir.ui.view: point_of_sale.ticket_validation_screen