Adrien Minne

Results 33 issues of Adrien Minne

## Description The option "Show Values" on charts could lead to overlapping texts in the chart, which was quite ugly. This commit improve the behaviour or the value labels: -...

## Description The running total computation was wrong in pivot if there was multiple measures: the pivot cells were not filtered by the measure on which the running total was...

### [FIX] xlsx: convert #REF at export to xlsx: Reference errors in excel are #REF!, not #REF. ### [FIX] parser: inconsistent handling of #REF Depending on how we get a...

## Description In Excel, the total row of a table should only contain either: - string cells - formula cells, with an attribute table column to mark them as custom...

## Description This commit allows the user to right click on a pivot cell to sort the pivot on that column. Task: [3989395](https://www.odoo.com/web#id=3989395&action=333&active_id=2328&model=project.task&view_type=form&cids=1&menu_id=4720) ## review checklist - [ ] feature...

## Description: ### [IMP] charts: show single grid line for y-axis When a chart had 2 vertical axis (left & right), we showed grid lines for both, which made the...

## Description The headers of the columns of the pivot were wrong if the pivot had hidden measures. This was because we computed the column width for the `SpreadsheetPivotTable `based...

### [IMP] pivot: persist defer update Add the defer update option to the pivot core definition so it is persisted when re-opening the side panel. ### [IMP] grid: add F9...

Currently, in spreadhseet pivot the format is the format of the first cell matching the domain of the pivot cell. That means that different pivot cells on the same measure...

## 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...