commit
69b053caa2
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue