I'm seeing this error. In my case, I'm trying to override openerp.web.ListView.start. Doing so causes this error. Removing my overriden start method prevents the error. Even if all the overriden start method does is call the super start method, the error occurs.
Platform in this case is Firefox 10 on Linux. Interestingly, using the same database with Chrome causes another QWeb-reported error, not entirely unrelated:
I'm seeing this error. In my case, I'm trying to override openerp. web.ListView. start. Doing so causes this error. Removing my overriden start method prevents the error. Even if all the overriden start method does is call the super start method, the error occurs.
Platform in this case is Firefox 10 on Linux. Interestingly, using the same database with Chrome causes another QWeb-reported error, not entirely unrelated:
Uncaught Error: QWeb2 - template[ 'ViewManagerDeb ug']: Runtime Error: TypeError: Cannot read property 'view_id' of undefined
What is ViewManagerDebug?