-
- Downloads
[FIX] sale_project: use is_closed in domains instead of stage_id.fold
Before this commit: - Two uses of `stage_id.fold` were remaining in the code of sale_project although `is_closed` is directly available in the model and is an indexed field. After this commit: - The use of `is_closed` will improve the code performance as the field is in the model and indexed. closes odoo/odoo#86681 X-original-commit: ec98ba2c883e2d37352dba400f911532a6510a1c Signed-off-by:Xavier <xbo@odoo.com> Signed-off-by:
Laurent Stukkens (ltu) <ltu@odoo.com>
Please register or sign in to comment