Skip to Content
Meniu
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
Această întrebare a fost marcată
2 Răspunsuri
6460 Vizualizări

I'm using timesheet -> activities (account.analytic.line fields?) to let users log their activities with the duration of this activity. The problem is that all users can see all entries from all users and also can edit this! 

This list should only show their own entries, how can I fix this? (Default filter?) So the user only can see and edit their own entries.

Thanks

Imagine profil
Abandonează
Cel mai bun răspuns

Mark,

You can add a rule for "account.analytic.line" with domain [('create_uid', '=', user.id)]

Or

Override the action for "Timesheet Activities" and add a filter(domain, same as above) to that action.

Regards

Imagine profil
Abandonează
Autor Cel mai bun răspuns

Thanks, with that rule all of the entries are still visible for other users and also the weekly view is not available anymore. So it's not what I'm looking for.

Only the users own submissions should be visible and editable. 

Imagine profil
Abandonează

Mark,
i think i misunderstood you, are you talking about Timesheet Activities(Human Resource -> Time tracking -> Timesheet Activities), if yes, then that object is "hr.analytic.timesheet" not "account.analytic.line"
You can apply that same rule/filter on "hr.analytic.timesheet" object which you applied on "account.analytic.line" previously

Related Posts Răspunsuri Vizualizări Activitate
0
feb. 19
4144
2
aug. 16
3311
2
sept. 15
5033
1
iul. 25
436
0
mai 25
969