Skip to content
Snippets Groups Projects
Commit 4c321d0b authored by Mathieu Duckerts-Antoine's avatar Mathieu Duckerts-Antoine Committed by Aaron Bohy
Browse files

[FIX] base: validate disable_counters


An attribute 'disable_counters' on fields of the search panel is
supported in case performance issues would be encountered with counters.
The commit dd7022ec
allowing to use the search panel in other views than the kanban views
has also introduced the search panel arch validation
and the attribute 'disable_counters' was forgotten, so that it was
impossible to use it in practice.
With the present commit, 'disable_counters' is now recognized
as a valide attribute.

closes odoo/odoo#50525

Signed-off-by: default avatarAaron Bohy (aab) <aab@odoo.com>
parent a164b01c
No related branches found
No related tags found
No related merge requests found
......@@ -234,6 +234,7 @@
<rng:optional><rng:attribute name="group"/></rng:optional>
<rng:optional><rng:attribute name="color"/></rng:optional>
<rng:optional><rng:attribute name="groupby"/></rng:optional>
<rng:optional><rng:attribute name="disable_counters"/></rng:optional>
<rng:optional><rng:attribute name="operator"/></rng:optional>
<rng:optional><rng:attribute name="colspan"/></rng:optional>
<rng:optional><rng:attribute name="nolabel"/></rng:optional>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment