rrahir

Results 27 issues of rrahir

Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: -- I confirm I have signed the CLA and read the PR guidelines...

RD

Following the introduction of stores, the minimal setup has evolved as it requires to instanciate a some stores before the creation of a spreadsheet app. The documentation was not updated...

The documentation did not account for the raiseError function added as a notification tool. Task: 3918013 ## Description: description of this task, what is implemented and why it is implemented...

The documentation did not account for the `raiseError` function added as a notification tool. Task: 3918013 ## Description: description of this task, what is implemented and why it is implemented...

## Description: The computation of the clickable cells visibility condition can sometimes be costy (per cell). At the moment, we recompute those conditions at each rendering request, which can become...

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

## Description: **[IMP] BottomBarStatistics: Memoize cell filtering** To compute the statistics, we filter out the cells by type for each function. However, there are only 2 different filters to apply...

`computeTextWidth` would make a savepoint of the context before calling `computeCachedTextWidth` but if the result of the latter was already cached, there was no need to do so. ## Description:...

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

We cannot rerender a component in the before rint so our 'only chance' is either to : - capture the print shortcut and redirect the user to our own page...