atularvind/OdooDebug

Typo Error: ``debug=asset``

devinhuang opened this issue · 1 comments

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'); 

Thank you for your finding, it is fixed now.