Friday, May 26, 2023
4 changes · master
Enhancements to existing features
The link tracking form now uses clearer placeholder text for campaign, medium, and source fields. This helps marketing users choose the right values more consistently and reduces confusion when creating tracked links.
Original PR description
With the current placeholders, the marketing team always confuses Campaign, medium & source. This PR rewords the placeholders. Task-3329960
The website module now uses a more suitable icon for the New Blog Post option in the user navigation bar. This makes the action easier to recognize and improves the content creation experience for website editors.
Original PR description
This commit changes the current 'fontawesome' icon, applied to the 'New Blog Post' view, activated after pressing the 'New' button in the 'User Navbar' of the 'website' module. This change is made since the current icon does not properly represent a blog post icon. -- Task 2448475 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The warehouse form now gives the name field the full available width. This makes longer warehouse names visible without extra scrolling, improving day-to-day usability for inventory users.
Original PR description
before this commit, in the warehouse form view the name field was short and name cannot be read fully without scrolling after this commit, the field will utilize the full available space and end users can read the name easily. --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Approval category icons in Approvals and Purchase Approvals have been redesigned with a cleaner, more modern visual style. This improves the look and consistency of the approval experience without changing business workflows.
Original PR description
Old icons from 'approvals' and 'approvals_purchase' modules, in 'odoo-enterprise', used FontAwesome instances and looked outdated, so they have been improved by redesigning them using a more stylised approach with simple lines and the Odoo primary purple colour. -- task-2197513