Daily updates from Odoo
Thursday, January 27, 2022
1 change
Resolved issues and error corrections
This fixes an issue that prevented users from completing document signing when SMS validation was required. The signing dialog now receives the correct information, allowing SMS-protected signature requests to proceed as expected.
Original PR description
In the SMSSignerDialog the signature process is made from a widget that after filled and sent, finishes the signing process. However, when refactoring this widget, the signature parameters was being passed wrongly. This blocks the signing of any request that requires SMS validation. This commit fixes this issue by passing the correct parameters to the init of the dialog.