Thursday, November 8, 2018
2 changes · master
Resolved issues and error corrections
This update fixes small visual issues in Odoo's mobile web interface, including better alignment of the control panel title and arrow. It also improves kanban tab spacing so text no longer overlaps when users switch tabs.
Original PR description
This change fix: - The arrow and title align inside the control panel - The text overlay in some kanban view Task Id : [1893168](https://www.odoo.com/web#id=1893168&action=333&active_id=1520&model=project.task&view_type=form&menu_id=4720)
The signing process now handles the standard email-based workflow correctly when a direct-signing option is not set. This prevents an error that could interrupt users while completing documents for signature.
Original PR description
When signing with the regular workflow (= we are not signing directly without email) sign_directly_without_mail is undefined in the context which cannot be interpreted as a python expression.