res.users.deletion :: Users Deletion Request

User deletion requests. Those requests are logged in a different model to keep a trace of this action and the deletion is done in a CRON. Indeed, removing a user can be a heavy operation on large database (because of create_uid, write_uid on each model, which are not always indexed). This model just remove the users added in the deletion queue, remaining code must deal with other consideration (archiving, blacklist email...).

Fields

  • create_date [readonlydatetime]: Created on

  • create_uid [readonlymany2one: res.users]: Created by

  • display_name [readonlychar]: Display Name

  • id [readonlyinteger]: ID

  • state [requiredselection]: State

  • user_id [many2one: res.users]: User

  • user_id_int [readonlyinteger]: User Id

  • write_date [readonlydatetime]: Last Updated on

  • write_uid [readonlymany2one: res.users]: Last Updated by