-
- Downloads
[FIX] project_timesheet: timesheets order in task form
This revision is related to 432f199f. Since the above revision make sure to change the editable list to `bottom`, the order of the list should be done on the `date` (asc), on this view, as this is more likely that, when adding a new line, that the date set on this new line is more recent than the dates on the other lines. The new added line should therefore appear directly at the bottom of the list, to avoid consufing the user. Besides, the default order of the model `account.analytic.line` is set to `date desc, id desc` opw-659892
Please register or sign in to comment