Daily updates from Odoo
Navigate
Branch
Monday, December 14, 2015
2 changes
New functionality added to Odoo
Contacts can now keep a count of bounced emails, making it easier to identify invalid email addresses. This helps teams filter, exclude, or archive contacts that can no longer be reached reliably.
Original PR description
Add the message_bounce field on res.partner. This allows bounced emails to increment the counter and thus to filter / exclude / archive partners whose email is invalid.
Enhancements to existing features
Recruitment pipeline stages can now be shared across multiple job positions, similar to CRM stages. This makes hiring workflows easier to manage consistently while still allowing job-specific stages when needed.
Original PR description
Like in CRM, stages in recruitment process are now shared accross jobs. It is still possible to have stages specific to a job using a job_id field on the stage. Various heuristics to find the default stage and stages to display have been updated accordingly.