Friday, December 28, 2018
2 changes · master
Enhancements to existing features
This improvement makes it easier for users to see how fields in a table connect to other records. It helps teams search, filter, and understand data relationships more quickly, especially for linked field types such as many-to-one, one-to-many, and many-to-many.
Original PR description
Description of the issue/feature this PR addresses: quick searching Current behavior before PR: There is no easy way to see the relation of fields on a table, which makes searching and filtering harder. Desired behavior after PR is merged: You're able to see the relation of all fields on a table. This is especially handy when you want to see details from `many2one`, `one2many` and `many2many` fields:  -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Recruiters can now see when an applicant has applied before or to multiple jobs using the same email address. This makes it easier to identify returning candidates and review their prior application context directly from the applicant form.
Original PR description
Purpose ======= HR users wants to know if an applicant applied to multiple jobs or if he applied in the past. Specification ============= Keep an history of applications based on email. Add a stat button on the applicant form to display other applications with the same email. Task 1896295 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr