Daily updates from Odoo
Thursday, February 27, 2020
3 changes
Enhancements to existing features
When users archive or unarchive several records at once, the system now processes them together for validation messages. This allows users to receive one complete explanation covering all affected records instead of separate, incomplete messages one record at a time.
Original PR description
This allows detailed reporting in write overrides. Expl: When (un)archiving multiple records together (from a view list, or in batch call), you will only see one record at a time in `write` overrides. This means you won't be able to return meaningful and complete messages to the end user. Before: 1) Archive A & B 2) "You cannot archive A" 3) Archive B 4) "You cannot archive B" After: 1) Archive A & B 2) "You cannot archive A & B" Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Users can now filter for archived records in more areas that support archiving. This makes it easier to find inactive items when reviewing historical or disabled data.
Original PR description
task :2026285 Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Adds an Archived filter to more Odoo screens that support archiving, making it easier for users to find inactive records when needed. This improves day-to-day navigation and record management across several business apps without changing underlying workflows.
Original PR description
task :2026285