OCA / reporting-engine

Odoo Alternative Reporting Engine
https://odoo-community.org/project/tools-maintainers-30
GNU Affero General Public License v3.0
335 stars 795 forks source link

[12.0][IMP] report_async: change job_ids to One2many with queue.job #905

Closed RicardCForgeFlow closed 4 months ago

RicardCForgeFlow commented 4 months ago

Due to performance considerations, the string-based search has been replaced. We have optimized this by directly linking rec.job_ids to queue.job records using a direct relationship defined as a One2many field in the report.async model.

cc @ForgeFlow

OCA-git-bot commented 4 months ago

Hi @kittiu, some modules you are maintaining are being modified, check this out!

RicardCForgeFlow commented 4 months ago

Should merge as minor or major :smiley: