odoo / o-spreadsheet

Other
180 stars 39 forks source link

[FW][REV] chart: avoid useless chart updates #4615

Closed fw-bot closed 3 weeks ago

fw-bot commented 3 weeks ago

Description

This reverts commit 6eb43533d.

It turns out that checking the deep equality of runtime while ignoring functions is not a good fix to avoid useless chart updates. The problem is that some runtime changes apply only to the callbacks (eg. changing the dataset format only change the ticks callback).

The only real alternative would be to add the variables that are used in the callbacks to the runtime, so the deepEquals would work. But this is very error prone: we'll 100% forget to add a variable at some point.

So we will accept the useless updates for now, until we see a real performance issue.

Task: : 4029016

review checklist

Forward-Port-Of: odoo/o-spreadsheet#4602 Forward-Port-Of: odoo/o-spreadsheet#4572

robodoo commented 3 weeks ago

Pull request status dashboard

fw-bot commented 3 weeks ago

This PR targets saas-17.2 and is part of the forward-port chain. Further PRs will be created up to master.

More info at https://github.com/odoo/odoo/wiki/Mergebot#forward-port