Friday, September 10, 2021
3 changes · master
Enhancements to existing features
New follow-up activities can now reuse the summary from the previous activity when no default summary is set. This keeps activity context visible for users and makes it easier for related business workflows to customize how next activities are prepared.
Original PR description
Current behavior before PR: where no default summary exists on the mail.activity.type - new mail activities have no summary Desired behavior after PR is merged: the summary field for a triggered activity is copied from the previous mail.activity [IMP] mail: next activities values in an overridable method values for next activities are currently prepared inside the mail_activity._action_done() method. This commit extracts the code into a separate overridable method required to support changes to enterprise documents task 2627837
This change improves Odoo's internal testing tools by allowing certain test forms to skip required-field checks when needed. It helps developers create more accurate automated tests for specific scenarios without affecting day-to-day users.
Original PR description
…emulator 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
Recurring file upload requests in Documents now create a new document request for the next occurrence instead of adding new versions to the existing document. This keeps repeated requests separate and clearer to track for users managing recurring document collection.
Original PR description
A file_upload `mail.activity` that triggers a future file_upload activity should create a new document request - instead of new versions on the current `documents.document`. Task 2627837