Thursday, January 19, 2023
6 changes · master
Enhancements to existing features
Campaign quick creation now shows user avatars when assigning a responsible user. This makes it easier for teams to visually identify the right person and reduces selection mistakes.
Original PR description
Adds the user avatar widget to the quick create user field. Task-3113972
Documents uploaded through shared links are now automatically linked to the relevant project when one is available. This keeps project files organized consistently, regardless of whether they are uploaded from the portal, Documents app, or a shared link.
Original PR description
When uploading a document through the portal or the documents app, we automatically link them to the relevant project or task. However, we don't do anything when uploading a document through a share link. With this PR, documents uploaded through a share link will be automatically linked to a relevant project if there is any. Task-3045852
The Belgian payroll DMFA report interface has been refined to make it easier to read and use. These updates improve the day-to-day experience for HR teams preparing or reviewing payroll reporting.
Original PR description
Various UX improvements for the dmfa report. task-2902077
This update modernizes how spreadsheet documents connect to live update services by removing an older session dependency. It is an internal improvement that should help maintain reliability without changing the user experience.
Original PR description
community: https://github.com/odoo/odoo/pull/110247
The subscription automated actions screens have been made easier to read and use. This helps business users understand and configure subscription-related automations with less technical complexity.
Original PR description
Now that we added more possibilities of actions in Automated actions (#33239) it gives more visibility to this model but the UX of it is bad and too technical. This commit improve the lisibility and UX of the automated actions. task-id : 3082437
Accounting journals can now be configured to automatically extract invoice data only from PDF attachments received through their email alias. This helps businesses avoid processing unsupported or irrelevant email attachments while keeping invoice automation focused on reliable PDF documents.
Original PR description
Adds the option on journal to auto extract only pdf attachments from emails received trough the journal email alias. Task: 3060818