Monday, October 30, 2023
2 changes · master
Resolved issues and error corrections
Lead generation now uses an updated industry list that matches the provider’s categories, preventing searches from returning no results due to mismatched values. Users can choose from corrected industries, and searches send the industry name instead of an internal ID for better matching.
Original PR description
The values used in the industry to obtain lead generations did not align with those of our provider. This posed a problem, as it meant that some queries inevitably returned zero leads. Description of…
The values used in the industry to obtain lead generations did not align with those of our provider. This posed a problem, as it meant that some queries inevitably returned zero leads. Description of the issue/feature this PR addresses: When a lead mining request was made using the lead generation tool, several industry categories returned no results when selected, even for countries such as the USA. Current behavior before PR: The user's query returned industry ids that did not match up correctly with the keywords used in the lead search. Desired behavior after PR is merged: Now users will be able to choose their industry from a revised list. In addition, the query sent will now contain the name of the industry rather than an id. Linked to the following Upgrade PR : https://github.com/odoo/upgrade/pull/5150 Linked to the following IAP PR : https://github.com/odoo/iap-apps/pull/696 Task ID : 3349531 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update fixes two issues in Odoo Studio's report editor. Resetting a report now properly clears unsaved changes, and editing controls are hidden when dialogs open to avoid confusing or accidental actions.