Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Modify `timesheet_action_all` to display the tree view before the grid view - In the quotation tree view, order by Status, group by Salesman and save as filter - Open a SO with timesheets - Clck on the 'Timesheets' stat button An error occurs because the `orderedBy` context key is added in the action context. The purpose of replacing the action context is to remove the default filters. We can simply set an empty dict to avoid any unwanted keys. opw-2278618 closes odoo#53302 X-original-commit: 4fc6ec9 Signed-off-by: Nicolas Martinelli (nim) <[email protected]>
- Loading branch information