Monday, November 14, 2022
3 changes · master
Resolved issues and error corrections
The Lead Generation Views screen now shows a meaningful record label in the navigation breadcrumb instead of a technical database-style name. This makes it easier for users to understand where they are when opening these reporting records.
Original PR description
**Description of the issue/feature this PR addresses:** in website_crm_iap_reveal module for the model crm.reveal.view there is no name field or rec_name for the model, thus when we open a record in this model the breadcrump is as follows: crm.reveal.view(1), so adding rec_name for the model for better breadcrump CRM -> Reporting -> Lead Generation Views **Current behavior before PR:** breadcrump while accesing the model record is as follows: crm.reveal.view(1) **Desired behavior after PR is merged:** better breadcrump for model crm.reveal.view --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The email marketing favorite filter helper now uses the same icon as the main mailing view. This creates a more consistent visual experience for users working with mailing filters.
Original PR description
This commit changes the favourtie filter helper icon to match the one in the mailing.mailing view. Task-3048050 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The wording for disabled duplicate and remove buttons in website forms has been updated to avoid referencing internal technical terms. This makes the interface clearer and less confusing for users editing website forms.
Original PR description
This commit updates the tooltips of disabled form field's duplicate & remove buttons so that they do not reference the concept of "model". task-2950433