Daily updates from Odoo
Tuesday, July 19, 2022
1 change
Code cleanup and technical improvements
Spreadsheet editing tools have been moved into a dedicated module so they can be reused outside Documents. This prepares future dashboard editing while keeping existing document spreadsheet features available through the new shared foundation.
Original PR description
This commit is a step toward dashboard introduction. In order to allow the edition of the future dashboards without dependency to `documents`, we have to extract the edition features from `documents_spreadsheet` (pivot/list/graph insertion, side panels, ...) So, a new module is created: `spreadsheet_edition` which contains all theses features. `documents_spreadsheet` depends now on this module. The plan for dashboards is to make the dashboard module dependent of this one. Part of task-id 2799682