odoo / o-spreadsheet

Other
193 stars 44 forks source link

[FW][PERF] model: export lazily when leaving #4853

Closed fw-bot closed 2 months ago

fw-bot commented 2 months ago

Description:

Since 7bcff343946da, the model data is exported every time the spreadsheet is left. Exporting the data can be slow though and it's actually not needed every time.

With this commit, the data is exported lazily, only when needed.

Task: : 4119536

review checklist

Forward-Port-Of: odoo/o-spreadsheet#4848

robodoo commented 2 months ago

Pull request status dashboard

fw-bot commented 2 months ago

@LucasLefevre @pro-odoo this PR targets master and is the last of the forward-port chain containing:

To merge the full chain, use

@robodoo r+

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

pro-odoo commented 2 months ago

robodoo r+