Mehdi Rachico
Mehdi Rachico
## Description: merge: remove useless topLeft attribute from Merge interface. Context ----- The "topLeft" attribute in the Merge interface was used as a shortcut to get the top left position...
### [IMP] clipboard: preserve cell style and format when copy/pasting cross spreadsheets Problem ----- Before this commit, copying and pasting content cross spreadsheets removes all cell style and format and...
## Description: clipboard: keep CF and merge content when pasting a deleted CF or merge. Task: : [3870289](https://www.odoo.com/web#id=3870289&cids=1&menu_id=4722&action=333&active_id=2328&model=project.task&view_type=form) ## review checklist - [ ] feature is organized in plugin, or...
### [IMP] chart: add moving average trend line type This commits introduces a new trend line type for chart: moving average. A moving average is the mean of the previous...
### [ADD] cell_protection: introduce cell protection feature This commit introduces a new feature: cell protection. This feature presents two types of protection. Sheet protection which can exclude certains cells and...
When downloading a dashboard's json file in debug mode, we get the initial version of the dashboard file and not the latest (without the revisions). This commit's goal is to...