[FIX] database_cleanup: exclude password fields
cf discussion on OCA/server-tools#1408pull/2684/head
parent
6278702ed3
commit
03b6874a51
|
@ -67,6 +67,7 @@ class CleanupPurgeWizardColumn(models.TransientModel):
|
|||
# Format: {table: [fields]}
|
||||
blacklist = {
|
||||
'wkf_instance': ['uid'], # lp:1277899
|
||||
'res_users': ['password', 'password_crypt'],
|
||||
}
|
||||
|
||||
@api.model
|
||||
|
|
Loading…
Reference in New Issue