Tuesday, July 23, 2019
4 changes · master
Enhancements to existing features
The gamification app no longer keeps a separate stored field for a user's karma ranking. This simplifies the system because the ranking is now calculated directly where it is displayed, reducing unnecessary data maintenance without changing the user experience.
Original PR description
Since task Id 2000687 and PR #33475, karma position field is not necessary anymore as the karma position is computed directly in the website_profile controller. Task ID:2001367
Accounting settings no longer show options to manually install asset and deferred revenue features. These features are now installed automatically when needed, reducing setup steps and simplifying configuration for users.
Original PR description
Remove the settings that would previously install the account_asset and account_deferred_revenue as they become auto_install. opw-2006605 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
When the POS IoT module is installed, the relevant point-of-sale journal settings are now shown again so users can configure terminal usage. This helps businesses manage cash control and payment terminal setup without hidden configuration options.
The map view no longer shows the group-by option because grouping records is not useful in this context. This makes the search controls clearer and reduces confusion for users working with maps.
Original PR description
Groupby doesn't make any sense in map view.