Users can not duplicate timesheet lines when they are not part of party admin group
When duplicating a timesheet line the users sees the following error:
You are not allowed to access "Timesheet Line"."Cost Price"
This is because this field is restricted to be read only by users of party admin group but trytond reads all fields before copying them which raises the error.
Edited by Maxime Richez