Daily updates from Odoo
Wednesday, September 3, 2025
2 changes
New functionality added to Odoo
This adds the ability to generate rendered reports through an API, making it easier to connect Odoo reports with external services. Businesses can automate sharing documents such as invoices through different customer communication platforms.
Original PR description
Desired behavior after PR is merged: Allow users to get a render report by API to integrate different services. Ex: Get an invoice report to send to different customer by any platform --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
When a POS user searches for a customer and finds no match, the Create form now carries over the search text automatically. This reduces duplicate typing and helps staff add new customers more quickly by placing names or phone numbers in the right field.
Original PR description
If a user searches for a partner and no match is found, clicking "Create" will now automatically transfer the search term into the appropriate field (name or phone) in the creation form. The matched input is also auto-focused. Task-4991076 Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr