Hi, I have an error when install hr_timesheet
Can you help me ?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
i think field "user_ids" should be computed field. if yes then try to add store=True in this field(.py file) else remove search filter
Hi Nam Nguyen Phuong,
Can you try first install project module
Then install hr_timesheet
Thanks.
Project module installed, but I can't install hr_timesheet
Créez un compte dès aujourd'hui pour profiter de fonctionnalités exclusives et échanger avec notre formidable communauté !
S'inscrire| Publications associées | Réponses | Vues | Activité | |
|---|---|---|---|---|
|
3
juin 24
|
4239 | |||
|
2
janv. 24
|
4362 | |||
|
3
déc. 23
|
11226 | |||
|
0
nov. 23
|
2993 | |||
|
1
mai 23
|
2475 |
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.
which release are you using? because it seems different from what I have:
<filter string="My Team's Tasks" name="my_team_tasks" domain="[('user_ids.employee_parent_id.user_id', '=', uid)]"/>
like you, the error I encountered was there.