[ADD] web_widget_model_disable_nbrecords_computation
This module allows disabling the nbrecords computation on widget domain fields
You'll then get this:
Instead of this:
Once installed, the domain widget won't compute the number of records by default for domain fields.
The default behaviour can be changed in settings The default behaviour can be overridden on specific fields by adding {'autoFetch':true|false} on domain fields attrs attribute.
Hi @wouitmil, looks like extra commits slipped in
FYI, in 16.0, now this computation is optimized, showing 10.000+ if the number is higher for not having delays there. Maybe you can backport that feature for continuity (or migrate to 16 :wink:). Just a suggestion though. Nothing blocking, and I'm already in upper versions.