Daily updates from Odoo
Wednesday, September 10, 2025
1 change · master
New functionality added to Odoo
The KPI summary now includes the number of documents waiting in the Inbox and clearer status information for pending account returns. This helps teams quickly spot outstanding documents and upcoming or overdue filing work without navigating into each area separately.
Original PR description
With this commit, `kpi.provider.get_kpi_summary` will show how many documents are present in the Inbox folder, as well as the status of the `account.return.types` (`late`, `longterm`, `to_do`, `to_submit` and `done`) depending on which account.return are not completed and on their due date. Task-id: 5062431 Forward-Port-Of: odoo/enterprise#93720