Friday, March 4, 2022
1 change · master
Features or functions removed from Odoo
Odoo’s web module no longer includes an old compatibility file for browser features that are now standard. This slightly reduces the size of web assets, helping pages load more efficiently without changing normal user workflows.
Original PR description
Since Odoo now accepts ES2019 code anyway, I think that this polyfill can safely be removed, to reduce assets size. Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr