Daily updates from Odoo
Thursday, December 21, 2023
2 changes · master
Features or functions removed from Odoo
Calendar events linked to appointment types will no longer receive the old appointment-related tag, because they can already be found through appointment filters. Recruitment appointment meetings with applicants also avoid the extra interview tag, reducing duplicate or unnecessary tagging while keeping events searchable.
Original PR description
Remove the "Appointment Portal" tag from the calendar events. This tag was automatically added to every meetings linked to an appointment type. Removing it as the meetings linked to an appointment type can be retrieved using a filter on the appointment field. This tag was renamed "Appointment" when website_appointment was installed. Also prevent adding the "Interview" tag on the calendar events related to an appointment type when it has an applicant as those can be retrieved using the "applicant_id" field. Task-3615058
This change updates an internal bank reconciliation component to use the current system method after an older one was removed. It helps keep the accounting tools compatible with the latest core platform changes, with no expected change to day-to-day user workflows.
Original PR description
`convert_to_onchange` has been removed in the community PR. Change the remaining use of it with a `convert_to_read`. It is unused since the refactor of onchange f5e6494da3aedb545ead34d0d7f4b1b86499cb7f. https://github.com/odoo/odoo/pull/145876