You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[FIX] menu_items: fix sequence calculation for pivot data sources
Depending on the number of pivot tables, the pivot items could be
displayed after other items (e.g. Re-insert dynamic pivot) in the
topbar menu.
Practically, the number of pivots to observe the issue is not realistic,
as it requires more than 970 pivots.
But the issue can be observed easily with 25 lists in Odoo.
To fix the issue, we need to compute the sequence with decimal numbers,
to ensure that the pivot items are always between the first sequence
(50) and sequence + 1 (51).
closes#7061
Task: 5025230
X-original-commit: 1462cbc
Signed-off-by: Rémi Rahir (rar) <rar@odoo.com>
Signed-off-by: Pierre Rousseau (pro) <pro@odoo.com>
0 commit comments