odoo / o-spreadsheet

Other
193 stars 44 forks source link

[PERF] model: export lazily when leaving #4848

Closed LucasLefevre closed 2 months ago

LucasLefevre 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

robodoo commented 2 months ago

Pull request status dashboard