Monday, November 3, 2025
2 changes · 18.0
Enhancements to existing features
Users who are already registered as Peppol receivers in another Odoo database no longer need to manually deregister and start over. Odoo now detects the existing registration and sends a secure email link so they can transfer the Peppol connection to the current database more smoothly.
Original PR description
### Summary Previously, when a user attempted to **register as a Peppol receiver** while already registered through a different Odoo database, the system would raise a **User Error**. The user had to…
### Summary
Previously, when a user attempted to **register as a Peppol receiver** while already registered through a different Odoo database, the system would raise a **User Error**.
The user had to **manually deregister** and **re-register** from the desired database.
---
### New Behavior (After This Commit)
With this update:
- The system **detects existing Peppol registrations** across databases.
- Instead of raising an error, it now **sends an automated email** to the user with a **secure transfer link**.
- This allows the user to **migrate their Peppol connection** to the current database seamlessly.
---
### Flow Overview
```text
┌────────────────────────────┐
│ User initiates Peppol │
│ registration (becomes │
│ sender) │
└────────────┬───────────────┘
│
▼
┌──────────────────────────────┐
│ Check existing registration │
└────────────┬─────────────────┘
│
┌──────────────┴──────────────┐
▼ ▼
┌─────────────────────┐ ┌──────────────────────────────┐
│ User NOT registered │ │ User ALREADY registered |
│ in any Odoo DB │
└────────────┬────────┘ └──────────────┬───────────────┘
│ │
▼ ▼
┌──────────────────────────┐ ┌──────────────────────────────┐
│ Proceed with normal │ │ Send email with transfer link│
│ registration flow │ │ to the user │
└──────────────────────────┘ └──────────────┬───────────────┘
│
▼
┌──────────────────────────────┐
│ User clicks transfer link
│
└──────────────┬───────────────┘
│
▼
┌──────────────────────────────┐
│ Peppol connection migrated
└──────────────────────────────┘
```
---
iap pr- https://github.com/odoo/iap-apps/pull/1236
task- 5023252This update adds quick search in the invoice list so users can find invoices by currency amount. It makes locating specific invoices faster and reduces manual scrolling or filtering.
Original PR description
Description of the issue/feature this PR addresses: Added quick search in invoice search view Current behavior before PR: Can not search invoice by currency amount Desired behavior after PR is merged: User is able to search by currency amount --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr