Am aware SUM attribute can be set only on physical fields, which in turn will be saved into the database, so when you group-by is applied in the list-view, Odoo will sum up the float/integer fields.
But how do I achieve the same on Virtual/Computed fields.
Note: I don't want to save the field, in order to apply SUM attribute, but looking for other alternate way.