muk-it / muk_web

MuK Odoo Web Modules
GNU Lesser General Public License v3.0
109 stars 232 forks source link

[11] Bug on browsers without ES6 support #65

Closed tobytes closed 5 years ago

tobytes commented 5 years ago

Hi, I discovered a bug on older browsers, muk_web_utils will break javascript (and odoo). You are using the ES6 feature defaultParameterValues which is not supported by older browsers.

I made a PR with a fix #64

keshrath commented 5 years ago

Merged 👍