Friday, May 27, 2022
4 changes · master
Enhancements to existing features
This update tidies the Sales app's internal access rule records by removing duplicates and misleading labels. It does not change what sales teams or managers can do, but makes the permissions setup clearer and easier to maintain.
Original PR description
-- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Recurring project tasks now automatically carry over their assigned people and planned start and end dates when new tasks are created. This helps teams keep recurring work scheduled and assigned consistently, and also improves the delete dialog for recurring tasks.
Original PR description
Prior this, the user_ids, planned_date_begin and planned_date_end were not set automatically upon creation of recurrent task. Also made a fix in the dialog to delete recurrent tasks. task-2835618 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 website now records visits to missing pages in Plausible analytics. This helps teams identify broken links or missing redirects so they can fix common dead ends and improve the visitor experience.
Original PR description
This Goal will help end user to find most 404 hits and fix the legits one... Fixing typo, creating missing redirect, or fixing code. We need to cast the event-name since plausible only accept 'string' as custom event name, so if we push 404 instead of '404' the event crash. 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
Belgian payroll reports have updated layouts for 281.10, 281.45, and individual account documents. This makes employee and tax-related payroll reports clearer and easier to use for payroll teams.
Original PR description
This commit aims to improve the report layouts for : - 281.10 - 281.45 - Individual reports taskID 2832631