Tuesday, January 5, 2021
2 changes · master
Enhancements to existing features
The Employees app now avoids showing both “Employees” and “Employee Directory” to users who can already access the main Employees folder, reducing confusion during onboarding. The first user is also assigned to the Administration department by default, making initial employee setup clearer.
Original PR description
Reason: In Employees app, it is confusing for the first time users to see both 'Employees' and 'Employee Directory' folder. Also, first user is not assigned to any departments. Solution: If the user can see the folder 'Employees', don't show the folder 'Employee Directory'. Assign the first user to the 'Administration' department. Task - 2377506
Resolved issues and error corrections
When users send a mass email from Contacts and attach files, those attachments now appear on the related mailing in Email Marketing. This makes it easier to verify what was sent without opening each contact record individually.
Original PR description
STEPS: * Install mass_mailing * Open Contacts menu * Select any number of records * Click `Action > Send email` * Set **Mass Mailing Name** * Attach a file * Send * Open ``Email Marketing`` app * Open the created mailing * Check ``[Settings]`` tab BEFORE: Attachments field is empty AFTER: You can see the attachments sent to the partners WHY: In 2014 attachments were added to mailing.mailing, but not to composer https://github.com/odoo/odoo/commit/7e1e475d89694d09e62c33d2529fa061c7983dff --- opw-2410938 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