Skip to Content
Menu
This question has been flagged
2 Replies
3148 Views

In attendance reporting section, how can we view one specific employee's attendance details?

eg. When I search for 'Sam' it shows 'Saman' as well. ( screen shot --> https://drive.google.com/file/d/0B9P1jASMRt5GLUtXXzVCeUNqeEE/view?usp=sharing ) 

1. How can I view only Sam's record? 

2. Can I modify the backend to populate all the employees' names, so then i can select the desired employee from the dropdown?



 

Avatar
Discard
Author

Hello Hiral thanks for your quick replies. Few more doubts: 1. May I know the exact version of Odoo you are using? 2. Since am getting Sam and Saman both in the filtered list, is there any way to remove the unknown record from the view?

Best Answer

Instead of using 'contains' you can use 'is equal to' so it will filter only records having Employee = 'Sam'.

'contains' will return records with filter:  Employee ilike 'Sam%'.


Avatar
Discard
Author Best Answer

Hello Hiral,

i tried with 'is equal to' but for employee filter it does not work..

https://drive.google.com/file/d/0B9P1jASMRt5GRXRjX3JJdUVJc3M/view?usp=sharing


Avatar
Discard

It's strange. It is working as expected on runbot. Have a look at following links: 'contains' Filter: https://docs.google.com/file/d/0Bwwah-8v8tqpOUptSFlieTQtODg/edit 'is equal to' filter: https://docs.google.com/file/d/0Bwwah-8v8tqpLXRNZEZodzBBWEU/edit Have made any change in v8 code ?

Author

Hello Hiral thanks for your quick response. Few more doubts: 1. May I know the exact version of Odoo you are using? 2. Since am getting Sam and Saman both in the filtered list, is there any way to remove the unknown record from the view?

Author

Hello Hiral thanks for your quick replies. Few more doubts: 1. May I know the exact version of Odoo you are using? 2. Since am getting Sam and Saman both in the filtered list, is there any way to remove the unwanted record from the view?

I am using Odoo-8. For: is there any way to remove the unwanted record from the view? => You want to delete unwanted records ?

Related Posts Replies Views Activity
3
Oct 16
4949
2
Apr 15
3826
1
Mar 15
3735
1
Mar 15
8475
0
Mar 15
6400