Saturday, March 14, 2026
4 changes · saas-19.1
Resolved issues and error corrections
When `selection` is a recordset, `==` is an unsupported operand type Forward-Port-Of: odoo/odoo#253661
Original PR description
When `selection` is a recordset, `==` is an unsupported operand type Forward-Port-Of: odoo/odoo#253661
This update resolves an issue where a key field wasn't properly loaded in the POS self-service system. Adding this field ensures the system functions as intended, improving the accuracy and reliability of sales data. This change supports proper reporting and integration within the POS environment.
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
This update fixes a problem in the Invoicing Dashboard where the date fields weren't correctly matching invoice data. The change ensures that the dashboard now accurately matches against 'Invoice Date' instead of the generic 'Date' field, improving the dashboard's accuracy and usability. This was reported and resolved by LUVG.
Original PR description
The Date field matching is wrong. Since we are in an Invoicing Dashboard, the best field to match would be "Invoice Date" anyway rather than "Date" Other field matchings were deleted by mistake with commit c6ad6e87bd0d1c64f7a983f9b067b9e460cb998a reported by LUVG opw-5462246 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#244285