Wednesday, April 22, 2020
4 changes · master
Enhancements to existing features
Fleet service records can now be marked active or inactive and include a description, making it easier to manage and document vehicle service history. The update also fixes how vehicle images display in kanban views, improving the fleet management experience.
Original PR description
Purpose ======= Add new fields on fleet.vehicle.log.services to make the model more flexible for several use cases. TaskID: 2237599 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
The Vietnam localization’s chart of accounts has been updated and account names have been converted to English, with Vietnamese translations added. This helps businesses using Odoo in Vietnam work with clearer English labels while still supporting local-language use.
Original PR description
Task: https://www.odoo.com/web#id=2054159&action=333&active_id=1691&model=project.task&view_type=form&menu_id=4720 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Deleting a project stage that still contains tasks now gives users a guided option to move those tasks to another stage instead of blocking the action with an error. This reduces cleanup friction and helps teams reorganize project workflows without manually moving tasks first.
Original PR description
Before this commit, deleting a stage with tasks, the user received an error. With this commit, when deleting a stage containing tasks, a wizard offers the choice to move the tasks to another stage. TaskID: 1869030
Belgian payroll now better supports warrant salary calculations using the commission target set on an employee's contract. Payslip generation also limits work entry validation to the regular pay structure, helping avoid unnecessary checks for warrant salary processing.