Comment 4 for bug 1008519

Revision history for this message
Richard Lewis (richard-lewis-r) wrote :

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['ViewManagerDebug']: Runtime Error: TypeError: Cannot read property 'view_id' of undefined

What is ViewManagerDebug?