Monday, February 2, 2026
5 changes · master
Enhancements to existing features
This update modernizes the way subscription pricing is handled within Odoo Enterprise. The system now utilizes Product Pricelist Items instead of the previous Sale Subscription Pricing, increasing flexibility and reusability for recurring revenue models. This change streamlines pricing and simplifies future updates.
Original PR description
Removing Sale Subscription Pricing and using Product Pricelist Item instead for reusability purposes **Affected Version:** master **Task**:3830130
This update refactors the core logic for subscription pricing within Odoo Enterprise, streamlining the process and improving accuracy. The changes enhance how prices are calculated and applied, leading to more reliable subscription billing and a better user experience for customers. This work also includes security enhancements and bug fixes related to discount features.
Original PR description
Affected version: master Task-3830130
This update ensures that renaming a WhatsApp channel now applies to all users within the Odoo system, rather than just the individual who made the change. This improves team collaboration by maintaining consistent and recognizable conversation names across the organization. This change was driven by a task to improve channel management.
Original PR description
Before this commit, renaming a WhatsApp channel only affected the current user. After this commit, the channel name change is shared with all users, ensuring consistent conversation names across the team. Task-[5475084](https://www.odoo.com/odoo/project/1519/tasks/5475084) Related community PR: https://github.com/odoo/odoo/pull/243270
This update enhances the mobile user experience within the grid view. Clicking the 'magnifier' icon now opens the kanban view instead of the list view, providing a more intuitive and optimized drill-down for mobile users. The desktop experience remains unchanged, continuing to open the list view.
Original PR description
Before this commit: In the grid view, clicking the magnifier icon in mobile view always opened the list view, which was not optimized for mobile and resulted in a poor user experience. After this commit: In the grid view, clicking the magnifier icon in mobile view now opens the kanban view, offering a clearer and more mobile-friendly drill-down. On desktop, the magnifier continues to open the list view. task-5273416
This update enhances the user experience when scanning barcodes within the stock and MRP subcontracting modules. Specifically, new buttons have been added to the line views, streamlining the process of managing stock movements and related tasks. This improves efficiency and reduces manual data entry for users.
Original PR description
Task: 4521691