Friday, November 15, 2024
3 changes · master
Enhancements to existing features
Spreadsheet charts now hide vertical grid lines to better match the standard Odoo graph view style. This creates a cleaner, more consistent chart appearance while leaving scatter charts unchanged.
Original PR description
## Description: This PR removes vertical grid lines from charts, aligning with the Odoo graph view design. Scatter charts are unaffected. Task: [4283700](https://www.odoo.com/odoo/project/2328/tasks/4283700) --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update moves several database performance helpers to Odoo's standard management system. It should make future maintenance safer and more consistent without changing day-to-day user workflows.
Original PR description
Description of the issue/feature this PR addresses: Use the newer API to create some multi-column indexes that are managed by the ORM. Current behavior before PR: Indexes are created during init. Desired behavior after PR is merged: Let the ORM manage the indexes. --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
When a salary offer is created, the related applicant is automatically added as a follower. This helps ensure the applicant receives email notifications for messages posted in the offer discussion, improving communication during recruitment.
Original PR description
This commit, adds a feature that automatically adds the applicant as a follower when an offer is created. This ensures that the applicant receives notifications via email whenever a message is sent in the chatter. task-4062860