Adrien Minne

Results 33 issues of Adrien Minne

## [IMP] dashboard: automatically reorganize a sheet This commit aims to simplify the process of creation of a dashboard with two new features: 1) A context menu item to send...

## Description Before this commit, when pasting a chart with ranges in its data/labels that were deleted between the copy and the paste, the clipboard would traceback. That's because `getRangeString`...

## Description Because of a wrong configuration of ChartJs, we had to force the size of hovered chart points to be the same as the default size. Since the chartJs...

## Description This commit changes the clipboard to display a new command `MOVE_REFERENCE` instead of `MOVE_RANGES`. The new command only moves the ranges that are references to cells (in formulas...

## Description Previously, when cutting a formula `=A1` in sheet1, and pasting it in sheet2, the pasted formula would refer to `A1` in sheet2. The more correct behaviour is to...

## Description The CUT clipboard should be invalidated when inserting rows inside of the CUT zone. But we didn't check the sheet where the rows are inserted, so the clipboard...

## [IMP] model: allow to batch commands in one history step We sometime need to create a UI plugin specifically to handle a command so that its sub-commands are batched...

## [IMP] highlight: add drag & drop to array formula highlight With this commit, it is now possible to drag & drop an array formula by clicking on its highlight....

## Description Excel sheet names are maximum 31 characters. This commit slices the sheet names at xlsx export to avoid an error when opening the xlsx. Task: : [3801848](https://www.odoo.com/web#id=3801848&action=333&active_id=2328&model=project.task&view_type=form&cids=1&menu_id=4720) ##...

## Description: See odoo task's pad for details Odoo task ID : [3264821](https://www.odoo.com/web#id=3264821&action=333&active_id=2328&model=project.task&view_type=form&cids=1&menu_id=4720) ## review checklist - [ ] feature is organized in plugin, or UI components - [ ]...