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..
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Kế toán
- Tồn kho
- PoS
- Project
- MRP
Câu hỏi này đã bị gắn cờ
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
Bạn có hứng thú với cuộc thảo luận không? Đừng chỉ đọc, hãy tham gia nhé!
Tạo tài khoản ngay hôm nay để tận hưởng các tính năng độc đáo và tham gia cộng đồng tuyệt vời của chúng tôi!
Đăng kýBài viết liên quan | Trả lời | Lượt xem | Hoạt động | |
---|---|---|---|---|
|
1
thg 3 15
|
7480 | ||
|
1
thg 8 25
|
3732 | ||
|
1
thg 10 24
|
4324 | ||
Employee Bank Account Number
Đã xử lý
|
|
2
thg 7 24
|
2276 | |
|
0
thg 5 23
|
2510 |