Friday, October 10, 2025
5 changes · 19.0
Enhancements to existing features
Website users can now create pages with AI through a smoother, more guided flow. This helps teams launch website content faster and with less manual setup.
Website users get an improved experience when creating pages with AI, making it easier to start new website content. This helps teams build pages faster and with less manual setup.
Original PR description
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
Point of Sale users can now mark a card terminal payment as completed when the payment is stuck waiting for card confirmation. This gives staff a fallback when the terminal processed the payment but Odoo did not receive the status update, reducing checkout delays and avoiding unnecessary payment retries.
Original PR description
Current behavior before PR: If we faced an issue with a terminal payment while the `line.payment_status` being "waitingCard", only possible option for the user would be to "Cancel" the payment and try again or choose another payment method. This is an issue for the cases where the payment went through on the terminal but Odoo didn't update the status for some reason. Desired behavior after PR is merged: We add the possibility to "Force done" while the status is "waitingCard" to avoid blocking the user in such situations and have a possible fallback. opw-4978772 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#229557 Forward-Port-Of: odoo/odoo#228406
This pull request updates the Accounting PDF Reports add-on, including report definitions, account type data, model logic, and translations. It appears intended to refresh or customize accounting reporting capabilities, which may affect how finance teams generate and view PDF financial reports.
Original PR description
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
The mail chat composer now shows relevant channel command suggestions when users type '/'. This makes it easier to discover and use chat commands without needing to remember them manually.
Original PR description
This commit adds the ability to show channel command suggestions when typing '/' in the html composer. --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr