Friday, May 27, 2022
2 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
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