Skip to content

Commit 4af0c61

Browse files
committed
[OU-FIX] account: XML-ID should be no update
Follow-up of #5425
1 parent 2a087b9 commit 4af0c61

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

openupgrade_scripts/scripts/account/18.0.1.3/post-migration.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,7 @@ def _handle_outstanding_accounts(env):
177177
"name": name,
178178
"model": "account.account",
179179
"res_id": account_id,
180+
"noupdate": True,
180181
}
181182
)
182183

0 commit comments

Comments
 (0)