Monday, October 30, 2023
5 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
A small typo was corrected so the system can properly find the financial reporting menu action. This helps ensure users can access the intended reporting menu reliably.
Original PR description
A typo in the tag name prevented the search on `'ir.actions.client'` from finding the action (and the menuitem, by extension).
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.
Creating a new Knowledge article now places the cursor directly in the main heading field. This lets users start typing the article title right away without an extra click, making article creation smoother.
Original PR description
When the user creates a new article, the focus is missing on the H1(Heading 1). After this FIX, while creating a new article the focus is set on the H1(Heading 1). So that, users can able to start typing article names directly without setting the focus manually. **Task**-3377093
This fixes XML formatting issues in Web Studio that caused error messages to appear in Odoo logs, especially when exporting translations. The change helps keep logs cleaner and reduces confusion for administrators monitoring the system.
Original PR description
before this commit, syntax error was existing in web_studio module and error is showing in odoo log file * export translation of web_studio module * check odoo log file error in the log: * Opening and ending tag mismatch after this commit, no error won't be shown in the log