rrahir

Results 27 issues of rrahir

## Description: description of this task, what is implemented and why it is implemented that way. Task: : [TASK_ID](https://www.odoo.com/web#id=TASK_ID&action=333&active_id=2328&model=project.task&view_type=form&cids=1&menu_id=4720) ## review checklist - [ ] feature is organized in plugin,...

## Description: [REF] edition: force consistency in the plugin state The plugin internal state is globally inconsistent. Some values are properly resetted when start/stopping the edition, some are not. Furthermore,...

While model is passed as a props to `Spreadsheet`, we bind callbacks to the the model bus but we never remove them if this model changes. Task: 3461955 ## Description:...

## Description: description of this task, what is implemented and why it is implemented that way. Odoo task ID : [2593227](https://www.odoo.com/web#id=2593227&action=333&active_id=2328&model=project.task&view_type=form&cids=1&menu_id=4720) ## review checklist - [ ] undo-able commands (uses...

…h a table The pivot reinsertion addedin #4501 did not activate `automaticAutofill` of the related table by default whereas it is activated when we insert a table manually. Task: 4081309...

The getter `getPivotCellFromPosition` parses pivot cells domain args but this step assumes that the domain is valid (e.g. refers to a valid groupby,measure combination). Unfortunately, if the domain is invalid,...

## Description: description of this task, what is implemented and why it is implemented that way. Task: : [TASK_ID](https://www.odoo.com/web#id=TASK_ID&action=333&active_id=2328&model=project.task&view_type=form&cids=1&menu_id=4720) ## review checklist - [ ] feature is organized in plugin,...

…harts The typing of chart.js is NOT our friend and it shows again. Expecially the type `ChartOptions` that applies a deepPartial on each of its properties, including the plugin recently...

The ActionsSpecs have a defaut behaviour where we are not obligated to provide an id in the actionSpec because "CreateAction" will end up generating it on demand with an uuidv4....