Hi,
I am new to Odoo. I am trying to set up a financial report based on account groups, but I cant figure out how to refer to several account groups in the domain formula.
It works when I only have one: [('account_id.group_id', '=', 4)]
How can I get the line to show the sum of account group 4 and 5?
I am currenty using V14
Thank you Savya for your reply. This worked.
I tried using the same domain formula to include three account groups:
But it only includes group id 23 and 30 in the report. Do you have a solution on how I can get the line to show the sum of account group 23, 30 and 31?