Hello everyone , I try to modify web.Pager in addon web, the code js as below
But when I run browse, I see this error in console
Please explain to me
Thanks.
Hello everyone , I try to modify web.Pager in addon web, the code js as below
But when I run browse, I see this error in console
Please explain to me
Thanks.
In version 14 Pager is an owl component it's not a standard widget.
Thanks for your information, what sholud I do next
learn the owl framework :)
owl Component is basically javascript Class
So either monkey patch it to override the method or Find a clean way to extend it (if possible)
ref: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Classes
I think you can extend the pager in the same way that you have extended the DropdownMenuItem owl widget.
\https://github.com/odoo/odoo/blob/14.0/addons/web/static/src/js/control_panel/custom_filter_item.js#L45
Créez un compte dès aujourd'hui pour profiter de fonctionnalités exclusives et échanger avec notre formidable communauté !
S'inscrire| Publications associées | Réponses | Vues | Activité | |
|---|---|---|---|---|
|
1
déc. 25
|
946 | |||
|
3
sept. 25
|
4155 | |||
|
0
août 25
|
1466 | |||
|
1
août 25
|
4038 | |||
|
2
juil. 25
|
9755 |
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.