This question has been flagged
1 Reply
5804 Views

I want for some time deactivate a user out of production database. Now I want to activate her again but she is gone in my userlist. If I want to make het a user again the system replies that the login is already used ? What has happened, i work in openerp 7.0

Avatar
Discard
Best Answer

In OpenERP, deactivating a record hides it completely from the system. However, the record still exists in the database.

To solve your problem, go to your list of users and apply the following advanced filter:
Active is true OR Active is false (see screenshot below)
This will display all the records whether they are active or inactive. You will then be able to get into the record and reactivate it again.
This works for any object in OpenERP.

image description

Avatar
Discard
Author

Hi fabrice it is working as you described. That this is working on all record I should keep in memory. Thanks for your help