Friday, November 18, 2022
5 changes
Enhancements to existing features
The settings screens for Peru EDI and VoIP no longer show an unnecessary enterprise upgrade label. This avoids confusing enterprise users with a prompt that does not apply to them, since these features are already part of the enterprise offering.
Original PR description
In **l1on_pe_edit** and **voip** module, along with the fields l10n_pe_edi_test_env and module_voip in settings the upgrade to enterprise widget(upgrade_boolean ) is added and it doesn't have any effect as the both the modules is part of the enterprise repository and show only for the enterprise users.
Rental orders now show rental status labels only when the sales order actually includes rentable products. This avoids misleading statuses such as “Returned” appearing on regular sales orders, helping staff interpret orders more accurately.
Original PR description
Before this commit in the rental app rental flags appeared even in the case no rentable product is present in the SO. In particular the tag "Returned" appeared when the SO contained only not rental products. After this commit flags about rent status will appear only if there are rental products in the SO. Task - 2916253
This change removes upgrade prompts from settings that only exist in Enterprise modules. It avoids showing irrelevant messages to users who are already using Enterprise-only features, making the settings experience clearer.
Original PR description
In a Community database, in Settings, when checking a config exclusive to Enterprise, the Upgrade Boolean field is used to display a popup suggesting the user to upgrade to Enterprise. The presence of this field does not make sense for modules that are Enterprise-only, such as VoIP. This commit deletes occurrences of the Upgrade Boolean field in Enterprise modules, as they are not relevant there. Original PR: https://github.com/odoo/enterprise/pull/33525
The Monthly Recurring Revenue log now opens only in the list view, since the form view did not provide additional useful details. This reduces screen complexity and makes it easier for users to review subscription revenue changes efficiently.
Original PR description
Remove the default form view access on MRR log. The MRR logs default form view offer no more useful information than the tree view. The goal of this PR is thus to reduce the overall complexity by removing access to this form view.
The rental product view now includes total quantity information when opening related rentals. This gives sales and rental teams a clearer at-a-glance picture of rented volumes without needing extra checks.
Original PR description
task: 3059056