Daily updates from Odoo
Tuesday, February 6, 2024
1 change · master
Enhancements to existing features
The Sign app now uses a lighter signature capture tool that does not rely on jQuery. This reduces dependencies and helps prepare the product for future frontend modernization while keeping signing flows working as expected.
Original PR description
The jSignature library depends on jQuery. As we plan to remove jQuery in the future, jSignature is replaced by another (simpler) library, with fewer dependencies. Enters signature_pad [1], which looks well maintained, has no external dependency and is (roughly) 1/3 of the size. This commit adapts the related components. task-3599215 [1]: https://github.com/szimek/signature_pad