3

In the Account module, there is a group by filter by default. The group by Invoice month filter. When it is used, the invoices are grouped by month.Ascending Invoices month

The group is sorted in ascending order. Is there any way to sort it by descending order?

Kenly
  • 24,317
  • 7
  • 44
  • 60
Ryan
  • 51
  • 1
  • 3
  • Why did you add so many Odoo version in the tags? If you think all Odoo versions are related to this question, just use the tag "odoo" alone. Thank you – CZoellner Jul 21 '22 at 12:53

1 Answers1

0

Yes, you should use order_by with the invoice_date field to do the same.