Friday, February 24, 2023
6 changes · master
Enhancements to existing features
The portal contact section now only shows phone and city/location icons when those details are actually available. This removes confusing empty indicators and makes customer contact information look cleaner and more accurate.
Original PR description
Description of the issue/feature this PR addresses: in portal, under your contact section, the icon of location/city and phone is displaying even when the city and phone doesn't have values. the pr will display the icons when the field have values in it. Current behavior before PR: the icons are showing without field values  Desired behavior after PR is merged:  --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The website blog styling has been simplified by removing custom CSS that made blog pages look inconsistent. Blog layouts now rely more on standard Bootstrap spacing, giving visitors a cleaner and more consistent reading experience.
Original PR description
Blogs had custom CSS style that were not beautiful; the standard bootstrap interlines is much better. Removing unnecessary CSS lines. --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The Argentine localization content has been moved from Spanish source text to English source text, with translations handled separately. This makes the localization easier to maintain consistently while preserving native-language support for users.
Original PR description
Before this PR, all this localisation was written in Spanish, but all the localisation have to be written in english and then translated back in the native language. This PR correct that. task-id: 3179209 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The CRM lead generation buttons are now hidden in views where they are not relevant, reducing clutter and potential confusion for sales users. Some creation options are also disabled in these contexts to keep lead generation workflows focused and consistent.
Original PR description
Remove the "generate leads" buttons from most crm lead views: we do not show buttons if active_model is set to something else than crm.lead. It is both done in the kanban and in the list views. Some create are also set to False. Task-3107232
Appraisal survey results now work with the updated survey filtering experience. This helps users view and narrow appraisal feedback results consistently after the broader Survey changes.
Original PR description
Purpose ======= Updating the module to the new filter results modifications done in Survey. Specifications ============== Adapting the _get_results_page_user_input_domain method to handle the new search domain implementation. Task-3138245
The expense OCR sample workflow was simplified to match the updated expense process. Sample tests no longer create fake payments or accounting entries, reducing unnecessary complexity without changing day-to-day expense handling.
Original PR description
During refactoring of hr_expense (replacement of purchase receipt), we decided that there is no point in creating (fake) payments / moves while testing the OCR with expense samples. task-id: 3126550 [community](https://github.com/odoo/odoo/pull/110518)