Thursday, May 12, 2022
5 changes · master
Resolved issues and error corrections
The fleet module now uses one consistent fuel type for full hybrid vehicles instead of separate labels. This reduces confusion in vehicle records and helps keep fleet reporting and data entry consistent.
Original PR description
There shouldn't be a distinction between full hybrids. 'hybrid' and 'full_hybrid_gasoline' are replaced in this commit by a unique 'full_hybrid'. fixes task 2629318 taskID 2753096
Archived vehicle services and contracts are now included in the vehicle’s stat button counts. This gives users a complete view of related fleet records even after a vehicle has been archived, improving reporting accuracy.
Original PR description
When a vehicle is archived, its corresponding services/contracts are archived as well. However, the corresponding records were no longer counted for the stat buttons. TaskID: 2841384 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
A small issue in the export dialog was fixed so records are labeled with the correct prefix. This helps users avoid confusion when selecting or exporting records, with minimal impact beyond the web interface.
Original PR description
Little error left after a refactoring
The default Field Service project now matches newly created projects by keeping task dependencies turned off. This avoids unexpected dependency settings for teams using the standard Field Service setup.
Original PR description
some bug fixes for the industry_fsm, documents_project In industry_fsm, - added allow_task_dependencies field in demo data In documents_project, - fixed the access right issue on clicking 'create a task' task-2784885
The fleet payroll data now uses one consistent category for full hybrid vehicles instead of separate hybrid labels. This reduces confusion and helps ensure Belgian fleet payroll rules apply consistently.
Original PR description
There shouldn't be a distinction between full hybrids. 'hybrid' and 'full_hybrid_gasoline' are replaced in this commit by a unique 'full_hybrid'. fixes task 2629318 taskID 2753096