Tuesday, June 17, 2025
8 changes
7 changes
Enhancements to existing features
Creating a maintenance request from a manufacturing order is now accessed through the cog menu instead of a dedicated button. This keeps the form cleaner while preserving the same action for users who need it.
Original PR description
Move the button for creating a maintenance request in the MO form view to the cog menu. Task ID: [4412425](https://www.odoo.com/odoo/my-tasks/4412425)
The Time Off overview dialog no longer shows an expand button because expanding it displayed the same information. This simplifies the interface and avoids a redundant action for users reviewing time off details.
Original PR description
This commit removes the expand button on the form dialog of the time off overview. The expand button is not necessary as axpanding the dialog shows exactly the same information. task-4784553
The barcode demo sheets were adjusted so 'Put in Pack' barcodes stay grouped under the correct section header. This makes the printed reference sheets clearer and more consistent for warehouse users scanning demo barcodes.
Original PR description
The 'Put in Pack' barcodes in the Code 128 section of the barcode demo sheet were moved from the bottom of the first page to the top of the second page. The Code 128 and Data Matrix pages have the same dimensions now. Task ID: [3981936](https://www.odoo.com/odoo/project/966/tasks/3981936)
This update removes older custom date and time field components in favor of the standard Odoo date/time field options. This keeps Sign and Appraisals easier to maintain while preserving the same user-facing behavior for showing dates, times, or seconds.
Original PR description
sign: Remove the unused datetime_no_seconds widget
---------------
The datetime widget now supports hiding seconds, as introduced in the following commit: https://github.com/odoo/odoo/commit/0f694c84c271d33e3faa1eba0bc554ee054c7e6c
https://github.com/odoo/enterprise/commit/ef6d3e123dc416251f94c3f3d65dd4a19924e8c8
In the above commit, the usage of datetime_no_seconds was replaced with the option {'show_seconds': false}.
As a result, the datetime_no_seconds widget is no longer needed. Therefore, I have removed it in this commit.
hr_appraisal: use datetime instead of timeless_datetime
--------------
The datetime widget now supports the show_time option. commit-https://github.com/odoo/odoo/commit/c775c89173784cace1178e1f9c66e4fb19f530ad
Therefore, in this commit, we use the standard datetime widget with {'show_time': False}.The custom widget has been removed as it's no longer necessary.
task-4826302The barcode app now uses clearer wording for inventory counting screens. Renaming “Inventory Count” to “Count Inventory” and “Inventory Adjustments” to “Physical Inventory” helps users better understand the workflow and keeps labels consistent.
Original PR description
- Renamed the button 'Inventory Count' to 'Count Inventory'. - Updated the title from 'Inventory Adjustments' to 'Physical Inventory' inside Count Inventory. These changes help users better understand the purpose and improve the overall consistency of the barcode interfaces. Task ID: 4526266
The portal address form no longer shows the UPS Account Number field by default. This simplifies address entry for customers and avoids displaying a carrier-specific option when UPS is not relevant or enabled.
Original PR description
The 'UPS Account Number' field was always visible on the portal user's address form, regardless of context. Introduced 5 years ago with 10892c12c62fb7d82ed55f53ffe3815298b89018, it was recently moved from `website_sale_ups` to `delivery_ups`, as it was used in the core delivery logic, not only the ecommerce one. Nevertheless, it has been considered unnecessary to keep it on the portal form, as it is displayed and chosen when necessary in the e-commerce checkout flow). Furthermore, this field was shown regardless of whether the ups carrier was enabled and published (or was ever used by the current customer). We remove it for now to simplify the default address form (and runbot form). If needed, we'll consider re-introducing it in the future (but with additional restrictions). task-4669485
The online shop rental date picker no longer shows an extra month, making date selection clearer for customers. This improves the buying and renting flow by reducing visual clutter and potential confusion during checkout.
Original PR description
task-4613140
1 change
Enhancements to existing features
The Indian financial reports Balance Sheet now opens with the horizontal split option turned off by default. This makes the default report view simpler and avoids users needing to manually untick the option when they prefer the standard layout.
Original PR description
before this PR: split horizontally is ticked by default on Balance Sheet. after this PR: split horizontally is unticked by default. Task Id: 4836667