Daily updates from Odoo
Thursday, October 15, 2020
2 changes
Enhancements to existing features
The salary package resume now includes an archive option and default search filters. This makes it easier for HR users to organize resume entries and quickly find records by view type or salary structure type.
Original PR description
currently, in master default search filter and archive option is not available in resume. so, in this commit added archive option and default search filter like view type, salary structure type in resume TaskId : 2338751
Worksheet reports now show boolean fields as checkboxes instead of True/False text, making them easier to read. Selection fields now display their user-friendly labels, so reports are clearer and more meaningful for field service users.
Original PR description
**Purpose** cleaner way to display information for the user **Specification** - display the checkbox for the boolean field (and NOT True/False) - display the label of the values for the selection field on the worksheet report