atularvind / OdooDebug

Chome Extension to enable odoo developer mode with keyboard shortcuts.

Home Page:https://atularvind.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Typo Error: ``debug=asset``

devinhuang opened this issue · 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.