Daily updates from Odoo
Thursday, August 6, 2020
2 changes
Resolved issues and error corrections
This fixes a mobile usability issue in Odoo Sign where some pages could not be scrolled, preventing users from viewing or completing content. It also hides the template modification option on mobile because that editing flow depends on drag-and-drop, which is not supported there.
Original PR description
This PR fixes some issues introduced in https://github.com/odoo/enterprise/pull/11656/commits/44e9244f381d1e8f60b41a2025152444e8fbe627#diff-9fc168193c1e7a9cc6f24af8e8e7bdb8R2
Fixes an issue where users saw an error when trying to share documents after filtering by tags. The share window now opens correctly, helping teams share filtered document sets without interruption.
Original PR description
**Current behavior before PR:** When tags are selected from the search panel and clicking on the share button gives traceback. This is happening after the commit https://github.com/odoo/enterprise/commit/90920b2de39cdcf5c4e5a02e555294be503888fb as it returns a list of dictionaries for tag_ids instead of its IDs **Desired behavior after PR is merged:** The share form view will be opened without any traceback for which tags been selected from the search panel. This commit will return acceptable values that are a list of ids. **LINKS** PR https://github.com/odoo/enterprise/pull/12240 Task-2312866