Wednesday, June 17, 2020
6 changes · master
Enhancements to existing features
The Swedish localization is updated to better match BAS2020 accounting requirements for Swedish limited companies. This improves the accuracy of default accounts, taxes, tax reports, and fiscal settings used when setting up accounting in Sweden.
Original PR description
Description of the issue/feature this PR addresses: Update of l10n_se Current behavior before PR: Som incorect accounts added and missing taxes following BAS2020 for AB Desired behavior after PR is merged: More correct accounting -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update lets businesses set the Point of Sale to automatically lock after a chosen period of inactivity when employee login is enabled. It helps protect open POS sessions while keeping managers’ normal close-session access available.
Original PR description
In pos.config, add a setting "Auto-lock session after" + float (time) Add a tooltip beside it "If set to 0, no auto-lock" When the option login with employee is enabled + a time is specified, the POS will autolock after the specified amount of time.
Point of Sale users can now archive payment methods and restaurant floor plans, helping keep active options clean without losing past records. Managers also gain better access to cash closing controls and can record cash in or out directly from the wizard.
Original PR description
Allow the user to archive the payment methods and the floor plans. Change some typo. task-id: 2125227 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The Project app can now generate realistic sample records to support performance testing. Task creation during this process is faster because records are created in batches, reducing setup time for large test databases.
Original PR description
New populate feature (#48479) now allows to define model generation methods to populate the database with model records for performance testing. This PR aims to implement database population for the `project` App. Furthermore, to reduce population time, a first performance improvement is applied to create `project.task` records in batch. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Point of Sale users can now archive loyalty programs that are no longer needed, instead of keeping them active or visible. This helps businesses keep their loyalty setup cleaner while preserving past program information for reference.
Original PR description
Allow to archive loyalty programs. task-id: 2125227
Studio now supports choosing the display name used when quickly creating records from a calendar view. This makes calendar-based apps easier to configure and helps users create new entries with clearer labels.
Original PR description
Add support for the `rec_name` attribute on the calendar view in the view editor and in the modelconfigurator. Task-2185423