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