I want to map a portal user to an employee record so that I can assign timesheet and allow view entries from portal
what does this mean? [('share', '=', False)] in a field in studio
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
I want to map a portal user to an employee record so that I can assign timesheet and allow view entries from portal
what does this mean? [('share', '=', False)] in a field in studio
Hi,
Did you see it inside any domains ? If yes, it means in the corresponding model(res.users) we have a field named share which will be a Boolean field, and we need to list only or filter the records to show only records with who's value for field share is False.
Thanks
Thanks for the clarification Mehjabin
| 相关帖文 | 回复 | 查看 | 活动 | |
|---|---|---|---|---|
|
|
1
2月 25
|
5583 | ||
|
|
1
6月 22
|
5749 | ||
|
|
3
9月 24
|
4472 | ||
|
|
1
3月 24
|
7686 | ||
|
|
2
7月 19
|
5421 |