Monday, March 28, 2022
3 changes
Enhancements to existing features
Appointments created from a CRM lead now keep a direct link to that lead, making related meetings easier for sales managers to track. The scheduling message is also clearer when sharing availability from a lead, helping users understand that the resulting appointment will be associated with the opportunity.
Original PR description
# Purpose When an user creates a custom appointment type from the Meeting tab in a lead, it should link the event that will be created later to this particular lead. In this way, a CRM manager can better view its meeting related to lead. # Specifications We add a new field to the appointment type model "lead_id" that will be set based on the default_opportunity_id passed in the context. # Link task-2665863
Manufacturing cost information is now presented more clearly by grouping component costs by product in manufacturing order reports. The product cost analysis option is also hidden when a product has multiple variants, helping avoid confusing or misleading cost views.
Original PR description
Removed cost analysis button on product template when there are multiple variants Grouped component costs by product in the MO report view Task: 267709 Community PR: https://github.com/odoo/odoo/pull/86586
The settings page now aligns the displayed version number more consistently with surrounding elements. This small visual polish improves readability and keeps the settings layout looking cleaner without changing functionality.
Original PR description
Technical note: We didn't change ".app_settings_block h3" because it is used all over the place. Instead, we've overridden the margin and padding using bootstrap classes on that specific element. Task-2792977