Daily updates from Odoo
Wednesday, March 8, 2023
4 changes · master
Enhancements to existing features
This update introduces a clearer task status field for project and field service workflows. Field service tasks now default to a normal state, and using the Mark as Done action reliably sets tasks to done, helping teams track work progress more consistently.
Original PR description
Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: See https://github.com/odoo/odoo/pull/107593 See https://github.com/odoo/upgrade/pull/4367 [Task-3084930](https://www.odoo.com/web#id=3084930&cids=1&menu_id=4720&action=333&active_id=4105&model=project.task&view_type=form) --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Users viewing Argentine VAT report details now see a purpose-built form instead of a generic system-generated layout. This makes drill-downs from pivot reports clearer and easier to read, improving day-to-day usability without changing the underlying data.
Original PR description
before this commit, there is no form view defined for the model account.ar.vat.line and thus on opening the form view by clicking on the pivot view cells, it is returning an odoo generated view, which is not looking great. after this commit, as form view is defined for the model, clean form view will be shown to the end user.
HR teams can now enter double holiday pay information directly from employee holiday certificates instead of manually maintaining previous occupation lines. The system automatically identifies relevant periods and filters out outdated records, reducing June payroll workload and manual synchronization errors.
Original PR description
Prior to this commit, HR had to manage double holidays manually. They had to configure previous occupations by putting in the relevant lines and also removing those lines, once they were not relevant…
Prior to this commit, HR had to manage double holidays manually. They had to configure previous occupations by putting in the relevant lines and also removing those lines, once they were not relevant any longer. All of this can be automated. Extra manual work and synchronization of the occupation lines could be avoided. After this commit it is going to be possible to directly encode the data contained in the holiday certificates that we receive from the employee when they starts at Odoo, and not to have a mass of manual work in June to take over the double pay data which is on each holiday certificate for each employee who entered into service. We are interested in previous occupations that happened during the first contract year of the employee and a year previous to that. That's why we simplify the view and make visual distinction between these fields. Also, when making double holiday pay, we compensate the year and the previous year. Thus, we filter out automatically the occupation lines that are no more relevant. task - 3081167
Public-facing subscription customers can now use saved payment tokens when paying for subscriptions. This makes renewals and online payments smoother by reducing the need to re-enter payment details.
Original PR description
After this commit the public user will be able to pay with tokens subscriptions. Part of: https://github.com/odoo/odoo/pull/104472 Task - 2799296