Hi,
I'm looking for a way to have a "group by" and a sum in a pdf report ?
I am able to have a list:
model.item - model.amount
Item 1 - 100€
Item 1 - 100€
Item 2 - 200€
Item 3 - 200€
Item 3 - 300€
Item 4 - 50€
...
What i would need is to have:
Item 1 - 200 €
Item 2 - 200 €
Item 3 - 500 €
Item 4 - 50€
...
I'm creating reports using Odoo Studio.
I think the "group by" feature is not available on Studio.
Is there a workaround to make it.
Thanks
Perhaps, this app - https://apps.odoo.com/apps/modules/16.0/total_notify/ - might partially help with your requirements