Thursday, February 22, 2024
2 changes · 17.0
Enhancements to existing features
This update adds a new manifest key called 'maintenance_loc' that allows modules to store their actual lines of code count. This is particularly important for data modules where automatic code counting tools are inaccurate. By hardcoding this value in the module manifest, the system can now provide accurate code metrics for reporting and maintenance purposes.
Original PR description
For data modules, cloc is not accurate based on the path. It is therefore needed to compute it on a database where this module was imported. This new key allows us to save the value in the manifest so that the number of lines of code will be hardcoded into the modules. This is only used for industries for now.
This update reorganizes the menu options in the Point of Sale interface by moving 'Close session' and 'Backend' options to the bottom of the menu list. This improves the user experience by placing less frequently used administrative actions at the end, making the most common operations more accessible at the top of the menu.
Original PR description
-Move menu options to have 'Close session' and 'Backend' at the bottom of the list task id: 3759943 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