Daily updates from Odoo
Monday, February 5, 2024
4 changes · master
Resolved issues and error corrections
This fixes an incorrect internal document name in the Avalara sales order report setup. The change helps ensure the right report customization is applied and avoids confusion caused by copied naming from another document.
Original PR description
Copy and paste is not our friend if we do not replace all important information. Cherry picked the commit to be able to easily associate the upgrade branch
This fix updates the point-of-sale IoT transaction status screen so optional information is handled correctly when it is not available. It helps prevent avoidable display or validation issues during payment status checks, improving stability for stores using POS IoT devices.
Original PR description
https://github.com/odoo/odoo/pull/151142
This fixes an issue where shared planning schedule links could fail after sending schedules to resources without an existing work email. It updates the planning calendar to work correctly with the newer calendar component, improving reliability when publishing schedules.
Original PR description
During the upgrade of FullCalendar v6, some adaptation was missing. This commit aims to resolve these adaptations. Steps to reproduce: * Open Planning App * Click on the Publish button * Select "Roger Scott" in the "Resources" field (or a partner without "work email") * Fill a "work email" address for Scott * Clic to "Save & Send Schedule" * Open the link open in the email received => BUG Note: also remove the `timeFormat` option as it has no effect since FC v4+ > timeFormat Renamed to eventTimeFormat. Accepts a date-formatting > object instead. See: https://fullcalendar.io/docs/v4/upgrading-from-v3
A copied report definition in the Avatax sales integration used the wrong inherited document name. This fix keeps the sales order report setup correctly identified, reducing confusion and helping maintain reliable document customization.
Original PR description
Copy and paste is not our friend if we do not replace all important information. A little oversight which should be fixed. Info: @wt-io-it