Friday, April 18, 2025
9 changes
7 changes
Enhancements to existing features
A manufacturing work order test was updated to use the current batch size field after an older field was removed. This helps keep automated checks aligned with the product and reduces the risk of future manufacturing changes being blocked by outdated tests.
Original PR description
In this commit: ================= - changed the field in a test case from counter to maximum_batch_size as it removed from the model. task- 4274773
The restaurant preparation display setup now stays aligned with the main restaurant point-of-sale setup process. This helps avoid setup issues when loading demo data and keeps the feature compatible with the broader system.
Original PR description
This commit updates the `_load_restaurant_demo_data` method to accept a required parameter, ensuring compatibility with its parent method. Task: 4572251 Related: odoo/odoo#197861
Maintenance screens now include clearer URL paths for the main actions, making pages easier to identify, bookmark, and share. This improves navigation consistency for users working with maintenance requests and worksheets without changing core workflows.
Original PR description
Added path in URL for the main actions of Maintenance.
WhatsApp live chat now aligns with new call tracking information added in the related core update. This keeps automated security checks compatible with the new call statistics data so live chat call reporting can work reliably.
Original PR description
The community coutnerpart of this PR adds call statistics to live chat. A new field was added to keep track of calls so tests that assets bus notifications have to be adapted. task-4614125 community: https://github.com/odoo/odoo/pull/203684
The Helpdesk onboarding tour text was updated to better explain the internal note step. This avoids suggesting that selecting a channel notifies people in that channel, reducing confusion for new users.
Original PR description
This commit adapts a step asking to click on `log note` button to send an internal note. We no longer mention the user can select a channel because that feature does not ping the users inside the channel selected, it is just to have a button to redirect the user to that channel. task-4662201
Manufacturing work order users now receive immediate confirmation after completing Scrap, Quality Alert, and Move to Work Center actions. This helps reduce uncertainty on the shop floor and supports a smoother, more confident workflow.
Original PR description
Added feedback notifications for Scrap, Quality Alert, and Move to Work Center actions. Users now receive immediate confirmation upon completing these actions, ensuring clear feedback and a smoother workflow. task-4403621
Demo records for rental and subscription products now use clearer, more polished images. This makes sample databases look more realistic and helps sales teams better understand how these apps can be presented to customers.
Original PR description
task-4717155 part-of-task-4252024 community: - https://github.com/odoo/odoo/pull/206246
2 changes
Enhancements to existing features
This update lets authorized users import overtime approval status on attendance records instead of having it locked as read-only. It helps businesses bring in extra-hours data more reliably without the system automatically recalculating unapproved imported values.
Original PR description
overtime_status is currently readonly which prevents record importation of extra hours, since if they are not approved, the compute will get triggered
Adds placeholder text for the eInvoice format field on partner records. This helps users understand what information is expected when configuring electronic invoicing, reducing confusion during setup.
Original PR description
Add a placeholder for eInvoice format. task-4544834 (Part-of)