We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee7c62f commit 6777ae8Copy full SHA for 6777ae8
database_cleanup/models/purge_columns.py
@@ -67,6 +67,7 @@ class CleanupPurgeWizardColumn(models.TransientModel):
67
# Format: {table: [fields]}
68
blacklist = {
69
'wkf_instance': ['uid'], # lp:1277899
70
+ 'res_users': ['password', 'password_crypt'],
71
}
72
73
@api.model
0 commit comments