Merge PR #3149 into 17.0

Signed-off-by pedrobaeza
pull/3153/head
OCA-git-bot 2024-12-16 11:32:02 +00:00
commit 69b053caa2
1 changed files with 2 additions and 1 deletions

View File

@ -68,7 +68,8 @@ class CleanupPurgeWizardColumn(models.TransientModel):
# Format: {table: [fields]} # Format: {table: [fields]}
blacklist = { blacklist = {
"wkf_instance": ["uid"], # lp:1277899 "wkf_instance": ["uid"], # lp:1277899
"res_users": ["password", "password_crypt"], "res_users": ["password", "password_crypt", "totp_secret"],
"res_partner": ["signup_token"],
} }
@api.model @api.model