Change 1 of 3
Consolidated expenses report
Select and print multiple expenses at once in a single consolidated report.
Official Odoo 20 release note
In plain words
In the expenses list you can select several expenses and click Print. Instead of one page per expense, Odoo builds one report with all lines in a single table and one total, followed by the receipts.
Where to find it
- Expenses > My Expenses, select several expenses.
- Click Print.
For users
Expenses > select several lines > Print gives one combined report with header data (employee, manager, paid by) and a total.
For developers
The report template no longer loops over docs; it reads a general_info dict built in ir.actions.report overrides (_hr_expense_get_general_info). Custom inherits of hr_expense.report_expense that used o.* fields must be rewritten.
Upgrading from Odoo 19
Check custom QWeb inherits of the expense report.
- The PDF groups expenses per employee and payment mode; the screenshot shows the HTML version of the same report.
