Hello,
As part of our business, we need to be able to filter by department when using timesheet activities.
I've configured this as a field when users are entering their timesheet information. However, editing the User Interface > Views > hr.analytic.timesheet.tree and adding:
<field name="department_id"/>
Results in a constraint error.
Since the information is being entered via the timesheets, I imagine I don't have to add anything to the database.
Does anyone know what needs to be done to add this column to the 'Timesheet Activities' view?