Friday, May 3, 2024
2 changes · master
Resolved issues and error corrections
This fixes missing Chilean localization behavior in Point of Sale after a prior system refactoring. Businesses using Chilean electronic invoicing in POS should see the correct local tax and document handling restored.
Original PR description
After the refactoring in enterprise 60017 certain modifications were missing from the Chilean localization. This commit adds the missing modifications to the Chilean localization for the POS. Community PR: odoo/odoo#164194
Production planning now filters purchase order lines correctly after a recent platform change altered how empty filters are interpreted. This prevents unrelated purchase data from being included, improving the accuracy of manufacturing planning information.
Original PR description
Since https://github.com/odoo/odoo/commit/450f5c9307a71d3ccd7b1ba2ce6d5d90f8a352f3, `[]` in `OR` domain combination is evaluated as a True leaf while it was a False leaf before. Meaning the domain on purchase order lines is always `True`. runbot-64554