Tuesday, September 21, 2021
2 changes · master
Resolved issues and error corrections
Fleet demo data now shows the Summer Tires service type only once and presents service types alphabetically. This makes sample fleet records easier to browse and avoids duplicate entries that could confuse users evaluating or demonstrating the app.
Original PR description
Description of the issue/feature this PR addresses: In fleet, the demo data for service type have two entries for summer tires The service types are sorted by alphabetical orders instead of id Current behavior before PR: The summer tires service type is appearing twice in the demo data The service types are sorted by id Desired behavior after PR is merged: The summer tires service type is unique in the list The services types are sorted by alphabetical order task-2641484 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Opening pivot records from an existing spreadsheet and then returning no longer creates an unwanted new sheet. This keeps spreadsheets stable and avoids confusing duplicate content for users working with pivot data.
Original PR description
Steps to reproduce: - Insert a pivot in an existing spreadsheet - See pivots records - Go back to the spreadsheet => A new sheet is incorrectly added in the spreadsheet