[IMP] orm: renaming of group_operator -> aggregator

closes odoo/documentation#5541

Related: odoo/enterprise#46795
Related: odoo/odoo#127353
Signed-off-by: Rémy Voet (ryv) <ryv@odoo.com>
This commit is contained in:
Rémy Voet (ryv)
2024-02-05 10:46:50 +01:00
committed by Raphael Collet
parent ad749706ec
commit 99751542c7
3 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -110,7 +110,7 @@ Extra tips
.. tip::
A common mistake in SQL views is not considering the duplication of certain data
due to table JOINs. This can lead to miscounting when using a field's `group_operator`
due to table JOINs. This can lead to miscounting when using a field's `aggregator`
and/or the pivot view. It is best to test your SQL view with sufficient data to ensure the
resulting field values are as you expect.