This question has been flagged
1 Reply
3499 Views

When I refresh the browser at the form view of a custom module I get this Error:

TypeError: this.$pager is undefined
http://<server-address>/web/webclient/js?db=openerp:3467

What does that mean? How can I fix it?

Thanks.

Avatar
Discard

same error facing you find any solutions?...

Best Answer

After hiding the below line the issues is fixed. But i have no idea about the below code functionality.

File:  web/static/src/js/view_form.js

Line No 279:  /*this.$pager.toggle(this.dataset.ids.length > 1);*/

 

Avatar
Discard