Saturday, March 14, 2026
2 changes · saas-18.3
Resolved issues and error corrections
This update resolves an issue where a key field wasn't properly loaded in the POS self-service system. By adding this field, the system now functions correctly, ensuring accurate data and improved performance for users. This change enhances the reliability of the POS self-service experience.
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
This update resolves an issue where the menu toggle arrow in the Odoo web interface wasn't displaying correctly in some browsers. The fix ensures the arrow's tip is rounded, preventing it from appearing truncated. This improves the overall visual consistency and user experience.
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