Daily updates from Odoo
Thursday, February 27, 2020
4 changes · master
New functionality added to Odoo
Users can now send several invoice documents for digitization in a single batch instead of processing them one by one. This option is available only when the OCR feature is enabled, helping teams save time while keeping the workflow tied to the existing document recognition setup.
Original PR description
after this task => after this task user can send multiple documents at the same time for digitalization => the following functionality enabled if and only if OCR feature is enabled TASK - 2168313
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