Typo Error: ``debug=asset``
devinhuang opened this issue · 1 comments
devinhuang commented
There is a typo error in the odoo_debug.js
line 19.
toggleDebug(tab, asset='asset');
It should be asset='assets'
toggleDebug(tab, asset='assets');
atularvind commented
Thank you for your finding, it is fixed now.