Wednesday, April 9, 2025
4 changes · master
Enhancements to existing features
The update removes or hides settings and features that only apply to certain regions, such as EU or SEPA-related options, when users are outside those regions. This makes Odoo screens clearer and reduces confusion by showing businesses only the options that are relevant to their country.
Original PR description
*= delivery_sendcloud. This **PR** enhances clarity for users by removing settings and features that are irrelevant to their region. Currently, certain elements specific to the EU or SEPA are displayed globally, which can confuse users in other regions where these features do not apply. By hiding these irrelevant elements, the interface becomes more streamlined, improving usability and aligning the modules more closely with user expectations. **task**-4356567 **Community PR**: https://github.com/odoo/odoo/pull/189315 **Upgrade PR**: https://github.com/odoo/upgrade/pull/6885
Website appointment bookings now reuse existing customer and sales lead information when possible instead of creating duplicates. Returning visitors are more likely to keep the same salesperson across bookings, improving continuity for customers and reducing clutter in the sales pipeline.
Original PR description
This commit introduces a mechanism to re-use leads and partners records when appointments are booked on the website. Indeed, before these changes, new partners and new leads were always created, leading to data duplication. This also allows us to re-assign the same salesperson when you book several appointments, easing the sales process and maintaining a single contact point. It was split in 3 different commits: - improve the appointment alert display -> Small UI tweaks - link public visitors and booked calendar events -> Similarly to what we do with event.registrations, which allows us to re-use the calendar.event partner record on subsequent bookings - auto-assign salesperson and re-use leads See underlying commits for details. task-4247031
Partner-specific internal instructions from stock picking records are now visible directly in barcode operations when they have been set. This helps warehouse teams see relevant handling guidance without leaving the barcode workflow, reducing missed instructions and extra navigation.
Original PR description
The partner-specific internal instructions displayed on the stock picking view are now also visible on barcode operations view (if such instructions were set by the user). Task ID: [4268689](https://www.odoo.com/odoo/project/966/tasks/4268689)
The Spanish chart of accounts and related balance sheet reports have been updated to align with 2024 legal requirements. This helps companies using Spanish localization keep their accounting reports compliant with current regulations.
Original PR description
This commit update the Spanish Charts of Accounts, to respect the 2024 legal requirements linked:https://github.com/odoo/odoo/pull/203974 task-4512619