Skip to content

Commit dfcf020

Browse files
[OU-FIX] hr_expense: handle rule
1 parent e38d67e commit dfcf020

2 files changed

Lines changed: 0 additions & 6 deletions

File tree

openupgrade_scripts/scripts/hr_expense/18.0.2.0/post-migration.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,3 @@ def migrate(env, version):
1212
"mt_expense_approved",
1313
]
1414
openupgrade.delete_record_translations(env.cr, "hr_expense", xml_ids)
15-
openupgrade.delete_records_safely_by_xml_id(
16-
env, ["hr_expense.ir_rule_hr_expense_employee_not_draft"]
17-
)

openupgrade_scripts/scripts/hr_expense/18.0.2.0/upgrade_analysis_work.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@ hr_expense / res.company / expense_product_id (many2one) : DEL re
1919
# NOTHING TO DO: Now the expense producto for the uploaded files is selected from the generic or the first one found.
2020

2121
---XML records in module 'hr_expense'---
22-
DEL ir.rule: hr_expense.ir_rule_hr_expense_employee_not_draft (noupdate)
23-
# DONE: post-migration: Deleted safely.
24-
2522
NEW ir.ui.view: hr_expense.hr_expense_kanban_view_minimal
2623
DEL ir.ui.view: hr_expense.account_journal_dashboard_kanban_view_inherit_hr_expense
2724
NEW web_tour.tour: hr_expense.hr_expense_tour

0 commit comments

Comments
 (0)