Saturday, February 18, 2023
1 change · master
Resolved issues and error corrections
This update prevents crashes in Safari on macOS and iOS by replacing unsupported code used in the web interface. It improves reliability for users accessing Odoo from Apple devices across both frontend and backend screens.
Original PR description
Positive Lookbehind regex syntax is currently not supported yet by Webkit, and thus Safari (both on macOS and iOS) resulting into a crash as the syntax is not recognized. This issue affects both frontend and backend. This commit fixes it by reimplementing the feature without using this syntax. --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr