Monday, February 9, 2026
3 changes · master
Enhancements to existing features
This update moves project budgets from the side panel to the dashboard's top menu, streamlining access for users. This change simplifies the dashboard and focuses attention on profitability, while also providing direct access to budget information. It improves the user experience for managing project budgets.
Original PR description
Before: Budgets and milestones were located in the project's right-side panel. After: Budgets are now accessible from the dashboard's top menu, providing a cleaner side panel focused on profitability and direct access to the budget list view. Task-5164128
This update enhances the VAT reports generated in Odoo for Thailand by aligning naming conventions with official regulations and incorporating reversed sales amounts. The changes ensure accurate capture of sales data, particularly those with returns, improving the reliability of financial reporting. This is a key improvement for compliance.
Original PR description
- Rename the generic "Tax" return type to "P.P. 30 - VAT Return" to match official terminology. - Update the Sale Tax Report handler to include '1. Sales amount_rev' tags, ensuring reversed sales amounts are correctly captured. - Update expected tax line values in test. Task-4689740 CE PR: https://github.com/odoo/odoo/pull/244164
This update improves the ability to record detailed notes related to work orders, manufacturing orders, and Bills of Materials. By allowing HTML formatting (including images and tags), users can now provide more comprehensive information directly within these processes, streamlining communication and documentation. A simplified display is used on the shop floor for complex notes to ensure readability.
Original PR description
This commits converts the log notes feature, now renamed as additional notes, into an HTML field, making it available in Workorders, Manufacturing Orders, and now in the BoM. Previously a text field, it can now include complex content such as images and tags. On the Shop Floor, when an additional note contains complex content, the content displayed in the display line will be simplified to a basic string. Otherwise, the display will show the first few words of the note. Additionally, this feature is now available in the BoM. When a user creates a Workoder with an attached BoM, the default content of the additional note will match that of the BoM. task: 4274581