Monday, September 15, 2025
3 changes · 19.0
Enhancements to existing features
Product descriptions in the shopping cart are no longer shortened, so customers can see all important details before checkout. This reduces the risk of missing key information that may affect purchasing decisions.
Original PR description
In the `/cart` we were truncating the description to avoid it being to long. The issue is that the truncation might happen on a very important information in the description. Thus we decided to take the tradeoff and always show the full description. task-5026288 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Adds US-specific Profit & Loss and Balance Sheet reports that follow GAAP expectations instead of the generic IFRS-based format. This helps US companies produce financial statements that better match local accounting standards, with supporting test updates to keep reporting checks stable.
Original PR description
The generic reports are based on International Financial Reporting Standards (IFRS) whereas the US expects reports based on Generally Accepted Accounting Principles (GAAP). This also includes some changes to the account_reports tests to avoid _init_options_variants() from automatically picking these new reports in the tour tests. task-5068369
Stock forecasts now calculate and show subscription-related quantities and orders per product. This gives teams a clearer view of expected demand from subscriptions, helping them plan inventory more accurately.
Original PR description
Update the stock forecast backend and frontend to support per-product computation and display of subscription quantities and orders. Task [4763124](https://www.odoo.com/odoo/project/966/tasks/4763124) odoo/odoo#212774