Monday, October 25, 2021
2 changes · master
Enhancements to existing features
The stock module now hides the Clear All button beside Assign Serial Numbers when there are no move lines to clear. This keeps the inventory screen cleaner and avoids presenting users with an action that would do nothing.
Original PR description
Hide the "Clear All" button next to "Assign Serial Numbers" button when there are no move lines to clear. Follow up to task: 2426281 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Social marketing now creates unique tracking source names based on each message or subject. This helps keep campaign reporting clearer and avoids duplicate source names that could confuse performance analysis.
Original PR description
PURPOSE ======= Now the name of the source must be unique. For that purpose we added a method to generate the name from the subject / message. Task 2245823