Friday, August 13, 2021
5 changes · master
Enhancements to existing features
The mailing list contact form is clearer and easier to use. Users can now choose tag colors directly, while bounce counts and creation dates are handled more cleanly when creating new contacts.
Original PR description
This PR will improve the form view of 'Mailing List Contacts'. It will:
- Add a color picker on the tag ('tag_ids').
- Make the bouncing counter ('message_bounce') unmodifiable.
- Make the creation date ('create_date') and the bouncing counter ('message_bounce') invisible when the user creates a new record.
task-2611112
--
I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-prEvent website pages now hide related 'other' sections when there is only one track, room, or exhibitor to show. This keeps smaller events such as online concerts or single-session conferences looking cleaner and avoids displaying unnecessary empty-looking sections.
Original PR description
…n there is a single item This commit hides "other" tracks/rooms and exhibitor sections if there is only a single record for these. Purpose is: Allow users to handle events that do not have a ton of things happening at the same time without showing empty sections. Example: I use Odoo events to broadcast my concert/zoom conference/... online and want my website to look neat. Task-2531084 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The Settings screen now shows a more helpful empty-state message when a search returns no results. Instead of a plain “No record found” notice, users see clearer guidance to try another keyword, making the experience more polished and easier to understand.
Original PR description
PURPOSE Currently, empty screen of the settings is not very sexy without helper and decoration. it return only `no record found` message when the search for a setting does not return anything. SPECIFICATION after this PR replace the `No record found` message by an actual content helper with title `No setting found` and description `Try searching for another keyword`. TaskID: 2588387 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update strengthens test coverage for the web search matching behavior, helping ensure users get consistent search results in the interface. It is a low-risk internal improvement that supports ongoing quality and reliability.
Original PR description
Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Accounting and invoice extraction tests were adjusted to match the system's automatic activation of multi-currency support. This keeps reporting and invoice processing checks aligned with current behavior, while removing a duplicate eBay sales configuration action.
Original PR description
Since group_multi_currency is automatically activated in odoo/odoo#74396 Removed duplicated action `action_currency_all_form` and adapt sale_ebay Task 2610735