Daily updates from Odoo
Tuesday, October 14, 2025
3 changes · 19.0
New functionality added to Odoo
A new Databases app lets users monitor and manage multiple Odoo databases from one place. Each database can be handled like a project, with business KPIs such as pending inbox documents, draft journal entries, and tax returns visible in a shared overview.
Original PR description
The new Databases application allows you to manage a list of other Odoo databases from a single interface. Each database is treated as a Project, enabling features such as task and timesheet management within this context. The list view displays a variety of KPIs retrieved from each database - for example, the number of documents in the Inbox folder, the number of draft journal entries, or the tax returns that need to be submitted. Task-id: 5062431
Point of Sale restaurants using UrbanPiper can now connect with Keeta as an additional delivery provider. This expands available delivery channel options and helps businesses reach customers through another food delivery marketplace.
Original PR description
In this commit : - Integrated Keeta as a new food delivery provider in `pos_urban_piper`. Task - 5128817
Adds support for Belgian businesses to connect Odoo with Codaclean through Odoo's IAP service, so CODA bank files can be fetched automatically or on demand and imported into bank journals. This reduces manual bank statement handling and keeps accounting records more up to date.
Original PR description
This module adds support for "codaclean" integration. CODA files can be periodically (or on demand) fetched from codaclean and imported into bank journals. The module only connects to the IAP server.…
This module adds support for "codaclean" integration. CODA files can be periodically (or on demand) fetched from codaclean and imported into bank journals. The module only connects to the IAP server. The IAP side does the actual calls to codaclean (with a secret API key). To use the module you have to create a connection to IAP / codaclean and set up a bank journal: - To manage the connection to IAP / codaclean go to Settings -> Accounting -> Codaclean -> Manage Connection - To set up the bank journal you need to configure the following in the "Journal Entries" tab on the journal: - Put the IBAN in the "Bank Account Number" field - Select "Codaclean Synchronization" for the "Bank Feeds" field Coda files will be automatically fetched 2 times per day via the scheduled action called "Accounting: Sync Coda Files from Codaclean". They can also be manually fetched by clicking "Fetch from Codaclean" below the journal on the accounting dashboard (only available when the journal and connection are setup correctly). On an empty journal we start fetching from 1 year ago. When the journal is not empty we start fetching after the last bank statement / bank statement line in the journal. task-4844423 backport of commit 518ab9e Forward-Port-Of: odoo/enterprise#96827 Forward-Port-Of: odoo/enterprise#95747