Saturday, March 14, 2026
4 changes · saas-18.4
Resolved issues and error corrections
Live Chat reports now define “My Team” based on the employee reporting hierarchy instead of department membership. This helps managers see their own records and those of employees who report to them, making team reporting more accurate.
Original PR description
Replace the department-based domain with a hierarchy-based domain in livechat reports. The new filter includes the current user's records and the records of employees whose manager is the current user. task-6030147 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#253567
This fixes a small styling issue in the web navigation menu where some browsers could ignore an arrow rendering rule. The menu arrow now keeps its intended rounded shape consistently, avoiding minor visual glitches for users.
Original PR description
Before this commit, some browsers showed a warning or, even worse, dropped this CSS rule because the unit was missing. This line ensures that the tip of the arrow is rounded instead of truncated. 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 Forward-Port-Of: odoo/odoo#253557
Fixed an issue that could cause website job filters to fail when processing certain selection values. This helps visitors browse job openings more reliably and prevents errors in the recruitment website flow.
Original PR description
When `selection` is a recordset, `==` is an unsupported operand type Forward-Port-Of: odoo/odoo#253661
This update resolves an issue preventing the POS system from correctly accessing fiscal data information. By adding a necessary field to the loaded modules, this change ensures the POS functionality operates as intended and supports required reporting.
Original PR description
Before this commit, the field iface_fiscal_data_module was not loaded in the pos_self_data, which caused it to be unavailable in the js side of the pos. This commit adds the field to the list of loaded fields, making it available for use in the js code. opw-6034196 Forward-Port-Of: odoo/enterprise#110519