Wednesday, April 9, 2025
2 changes · saas-18.1
Resolved issues and error corrections
Vendor price lists now consistently keep the product unit of measure, reducing errors in purchasing, manufacturing, and subcontracting flows that depend on accurate price list data. Stock screens also now hide packaging unit fields unless the related Units & Packagings setting is enabled, keeping the interface aligned with company settings.
Original PR description
This commit makes sure that `product_uom_id` field is set on `product_supplierinfo` model, since the field is needed in most operations dealing with pricelists. --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The restaurant point of sale ticket screen now shows the Refund button when staff open paid orders from the floor screen. This prevents staff from being blocked when processing refunds in that workflow.
Original PR description
Steps: - In the restaurant, navigate to the ticket screen from the floor screen. - Select any paid order. - The Refund button should be visible below the numpad but isn't. Issue: - The `ActionpadWidget` is only displayed if a current order is set. However, on the floor screen, no current order exists. Fix: - Removed the dependency of `ActionpadWidget` on the current order. Task: 4658232 Back-Port-Of: odoo/odoo#202492