Wednesday, August 2, 2023
2 changes
New functionality added to Odoo
Belgian fleet management now automatically records disallowed expense rates based on tax deduction information. This helps businesses maintain accurate vehicle-related expense tracking for Belgian accounting and payroll requirements with less manual entry.
Original PR description
In this PR we add the automatic encoding of disallowed expenses rates for fleet based on tax deduction task-3186404
Recruiters can now automatically associate planned appointment meetings with applicants when the attendee email matches the applicant. This reduces manual scheduling work and improves visibility of candidate interactions in recruitment records.
Original PR description
- Manually fetch all meeting with the same email as an applicant. Since it's annoying for the recruiters to create slots specifically for an applicant, this will simply get every planned meeting in the database with the same email. - Add an overridable post process method - Allow related models to be attached to the meeting Add res_model & res_model_id to model calendar.appointment.type See also [#odoo/86001](https://github.com/odoo/odoo/pull/86001) Task-id : 2782177