Daily updates from Odoo
Friday, July 5, 2024
4 changes · master
Enhancements to existing features
Appraisal forms now include an option to notify followers when a 360 feedback survey is submitted. This helps managers and relevant stakeholders stay informed about feedback completion without manual follow-up.
Original PR description
new Followers options added in appraisal form for 360 feedback when checked, send notification after submitting 360 feedback survey form in appraisal task-3956699
Tasks created from the calendar now keep both their start and deadline dates based on the selected time range. This makes task planning more accurate and consistent when users create tasks directly from day or week calendar views.
Original PR description
…alendar view Before this commit: - When creating tasks from calendar view by selecting one or many cells in day/weeks scale, the task is created with only date_deadline. its planned_date_begin is not set. After this commit: - planned_date_begin is set. task-3916735
Tax reports now show a visual warning when the base amount and tax amount on a line appear inconsistent. This helps accounting users spot potential reporting issues faster and review them before relying on the report.
Original PR description
Displays a visual cue in `generic_tax_report`, when the base amount and tax amount of a line is inconsistent. task-3203762
Sendcloud and FedEx delivery options now work with the updated pickup location selector in the online checkout. This keeps pickup point choices consistent across carriers and removes outdated screens that are no longer needed.
Original PR description
*: website_delivery_sendcloud, website_sale_fedex Remove now unused views, uniformize data sent by delivery methods, and adjust tests to adapt to the changes made in `Delivery`. See also: - https://github.com/odoo/odoo/pull/156382 - https://github.com/odoo/upgrade/pull/6194 task-3747001