Wednesday, March 26, 2025
4 changes · master
Enhancements to existing features
Spreadsheet-related tests and initialization logic were adjusted to stay aligned with recent command behavior changes. This helps keep spreadsheet list and pivot features reliable without introducing a visible change for everyday users.
The Belgian VAT report posting wizard has been visually refined to make the export options clearer and easier to use. This helps users complete reporting steps with less confusion while keeping the underlying process unchanged.
Original PR description
The post wizard UI needed some tweaking. This commit makes it look better. Task ID: 4601041
Food delivery connector settings now show preparation times in minutes instead of seconds, making them easier for users to understand. Configuration fields also include helpful guidance so users can enter the right details more confidently.
Original PR description
**=pos_enterprise, pos_urban_piper_enhancements Following this commit: ==== - Preparation time would be displayed in minutes instead of seconds. - Adding a tooltip to the configuration part of the Food delivery connector so that the user can easily fill in details. task-4581925 Related PR - https://github.com/odoo/enterprise/pull/81816
Subscription tags are now carried over automatically when a renewal quote is created. This keeps subscriptions consistently categorized and saves users from manually re-adding tags after each renewal.
Original PR description
Before this PR, tags on a subscription were not retained after renewal, requiring users to manually re-add them. With this PR, when creating a renewal quote, the `tag_ids` from the original subscriptions are preserved, ensuring continuity and reducing manual effort. task-4557975