Thursday, October 31, 2024
6 changes · master
Enhancements to existing features
Users can now use Ctrl+click or middle-click to open supported records and links in a new browser tab across several Odoo areas. This makes it easier to compare information or keep the current page open while navigating, improving day-to-day workflow efficiency.
Original PR description
task-id 4031939
Manufacturing operators can now record partial quantities produced on work orders before the full operation is completed. This helps free up queued work sooner, gives teams more flexibility on the shop floor, and reduces the need for confusing backorder workflows.
Original PR description
Allow operators to register partial production on work orders, thereby liberating work orders in the queue before marking operations as done. This will make it much more flexible for users and also reduce the need for creating backorders, which can be quite messy and difficult to understand. Task 3504085 odoo/odoo#181362
Payroll users can now specify an effective payment date when generating SEPA payment reports. This date is included in the exported SEPA file, helping businesses control when payroll payments are processed by the bank.
Original PR description
When creating a payment report with the sepa format, we can specify an effective date that will be written in the sepa file. Task: 4213487
The Mexican electronic invoicing sales module now shows additional relevant fields on pro-forma invoice PDFs, sales reports and portal views, and invoice reports and portal views. This helps customers and staff see more complete transaction information directly in their documents.
Original PR description
This commit will add some fields in the pdf of the pro-forma invoice but also the sale report/portal and invoice report/portal. task: 4191835
Article share and trash notifications now display more cleanly by removing an unnecessary blank line and background styling. This improves readability, especially for users viewing notifications in dark mode.
Original PR description
For the "share" and "send to trash" article notifications, remove the extra blank line and the white background which was preventing a good display in dark mode. Task-4273407
This update reorganizes how Odoo loads interface template assets by separating XML bundles from JavaScript bundles. The change supports cleaner asset management and should make future maintenance and performance work easier without changing day-to-day business workflows.
Original PR description
Related to https://github.com/odoo/odoo/pull/161254