diff --git a/openupgrade_scripts/scripts/hr_expense/18.0.2.0/post-migration.py b/openupgrade_scripts/scripts/hr_expense/18.0.2.0/post-migration.py index 899c38197262..7e1c67af5483 100644 --- a/openupgrade_scripts/scripts/hr_expense/18.0.2.0/post-migration.py +++ b/openupgrade_scripts/scripts/hr_expense/18.0.2.0/post-migration.py @@ -12,6 +12,3 @@ def migrate(env, version): "mt_expense_approved", ] openupgrade.delete_record_translations(env.cr, "hr_expense", xml_ids) - openupgrade.delete_records_safely_by_xml_id( - env, ["hr_expense.ir_rule_hr_expense_employee_not_draft"] - ) diff --git a/openupgrade_scripts/scripts/hr_expense/18.0.2.0/upgrade_analysis_work.txt b/openupgrade_scripts/scripts/hr_expense/18.0.2.0/upgrade_analysis_work.txt index 814ecae71203..a0e6510d4712 100644 --- a/openupgrade_scripts/scripts/hr_expense/18.0.2.0/upgrade_analysis_work.txt +++ b/openupgrade_scripts/scripts/hr_expense/18.0.2.0/upgrade_analysis_work.txt @@ -19,9 +19,6 @@ hr_expense / res.company / expense_product_id (many2one) : DEL re # NOTHING TO DO: Now the expense producto for the uploaded files is selected from the generic or the first one found. ---XML records in module 'hr_expense'--- -DEL ir.rule: hr_expense.ir_rule_hr_expense_employee_not_draft (noupdate) -# DONE: post-migration: Deleted safely. - NEW ir.ui.view: hr_expense.hr_expense_kanban_view_minimal DEL ir.ui.view: hr_expense.account_journal_dashboard_kanban_view_inherit_hr_expense NEW web_tour.tour: hr_expense.hr_expense_tour