تخطي للذهاب إلى المحتوى
القائمة
لقد تم الإبلاغ عن هذا السؤال
4 الردود
7152 أدوات العرض

i just disappear an employee by untick on the select box in hr setting on the employee form. What step shall do for bringing him back to the active stage..

الصورة الرمزية
إهمال
أفضل إجابة

You can use additionnal filters ("plus" button next to "filter" drop down in GTK, or in V7, use advanced search in the drop down of search field at the top right of the screen). Then select "active" field in the drop down. In GTK 6.0 you must specify "contains", "False" in the two other fields. In other version it's most intuitive (just un-check or select "is False").

الصورة الرمزية
إهمال
الكاتب

yes this method works for me..

in what column of what table is this active bit stored ?

أفضل إجابة

Hi Charlesraj, you can reactive your employee by the following query :

UPDATE resource_resource SET active=True WHERE id=1

الصورة الرمزية
إهمال
أفضل إجابة

When you set active field's value False, OpenERP will hide that record. active field allows you to hide the record without removing it.

You can run update query in postgresql.

UPDATE resource_resource SET active=True
الصورة الرمزية
إهمال
أفضل إجابة

Hi Charlesraj, you can reactive your employee by the following query :

UPDATE resource_resource SET active=True WHERE id=1

الصورة الرمزية
إهمال
المنشورات ذات الصلة الردود أدوات العرض النشاط
1
مارس 15
7617
1
أغسطس 25
3908
1
أكتوبر 24
5681
2
يوليو 24
2440
0
مايو 23
2619