Skip to content

Commit e6ec5e8

Browse files
committed
[OU-FIX] base: Don't delete base.res_partner_rule
It's not true that the record dissapears.
1 parent e3b37ae commit e6ec5e8

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

odoo/addons/base/migrations/13.0.1.3/openupgrade_analysis_work.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,6 @@ NEW ir.module.module: base.module_payment_sepa_direct_debit (noupdate)
345345
# NOTHING TO DO: New noupdate=1 records
346346

347347
DEL ir.module.module: base.module_website_form_editor (noupdate)
348-
DEL ir.rule: base.res_partner_rule (noupdate)
349348
DEL res.currency: base.SDD (noupdate)
350349
# DONE: post-migration: Try to delete records
351350

odoo/addons/base/migrations/13.0.1.3/post-migration.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,7 @@ def fill_arch_prev(env):
8888

8989
def delete_noupdate_records(env):
9090
openupgrade.delete_records_safely_by_xml_id(
91-
env, ["base.res_partner_rule", "base.module_website_form_editor",
92-
"base.SDD"]
91+
env, ["base.module_website_form_editor", "base.SDD"]
9392
)
9493

9594

0 commit comments

Comments
 (0)