Daily updates from Odoo
Wednesday, March 16, 2022
2 changes · master
Enhancements to existing features
Users can now generate timesheet entries directly from scheduled work slots, using allocated hours and the employee calendar to spread time across working days. This saves employees and managers time by turning planned shifts into editable timesheets instead of requiring manual entry from scratch.
Original PR description
The purpose of the commit is, the timesheets from the employees are pretty similar to that scheduled slot. so action to automatically convert the shifts into timesheets would help the user gain a lot of time, as the user would then only need to make small adjustments to his timesheets instead of having to encode the whole thing from scratch. So in this commit, add action to generate a timesheet from a scheduled slot based on the number of allocated hours and the % of the allocated time across the working days of the resource calendar. Task-2515308
Marketing users can now mark sent mailings as favorites and reuse them more easily as templates. The editor will surface favorite mailings first and filter available templates to better match the mailing context, helping teams create campaigns faster with more relevant content.
Original PR description
Purpose ======= Propagate changes done in community about mailint templates. Specifications ============== Add a duplicate button when the mailing has been sent (so the users can easily duplicate an existing mailing to re-use the template). Allow the user to add a mailing to the favorite. When we open the web editor for the first time, show the email bodies of the favorite mailings. When the users click on them, load the HTML like we do for the themes. Filter the mailing templates based on the model defined on the mailing, so the user will see the most appropriate templates. Task-2593231