odoo/o-spreadsheet#8835

Created by BI, Rémi Rahir (rar)

Blocked

label
odoo:master-grid-selection-features-rar
head
732fd9f86684b07e427cdb455691ff1ff74b03d7
odoo/o-spreadsheet
master #8835 missing r+

[IMP] Model: plugins only see the grid selection

Description:

Except from the grid selection, the other actors of the
SelectionProcessor only live in the stores, the plugins don't know about
them.
Since the plugins sometimes call the processor, it means they always
assume that they will impact the grid selection.

With this revision, every call to the selection processor coming from
the plugins will ensure that the grid selection is active.

Task: 6268168

review checklist