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:
Hi, I have an error when install hr_timesheet
Can you help me ?
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
Stwórz konto dzisiaj, aby cieszyć się ekskluzywnymi funkcjami i wchodzić w interakcje z naszą wspaniałą społecznością!
Zarejestruj sięPowiązane posty | Odpowiedzi | Widoki | Czynność | |
---|---|---|---|---|
|
3
cze 24
|
3172 | ||
|
2
sty 24
|
3179 | ||
|
3
gru 23
|
9349 | ||
|
0
lis 23
|
2341 | ||
|
1
maj 23
|
1948 |
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.