Friday, February 1, 2019
2 changes · master
Resolved issues and error corrections
Purchase requests for stockable products now keep the default delivery destination unless a purchase agreement explicitly provides another one. This prevents users from being blocked by a missing required delivery field when validating a request for quotation.
Original PR description
Pad:https://pad.odoo.com/p/r.5ee482ddf132626b5c14a671f78b6176 Task:https://www.odoo.com/web#id=1935077&action=333&active_id=1278&model=project.task&view_type=form&menu_id=4720
This fix adjusts the web interface code so it works correctly in older browsers that do not support newer JavaScript syntax. It helps maintain access and stability for users on legacy browser environments.
Original PR description
purpose of this commit is to remove default parameter of "casesensitive", because default parameter is ES6's feature. it's not supported in IE9. Related PR: https://github.com/odoo/odoo/pull/27671 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr