Daily updates from Odoo
Tuesday, May 27, 2025
3 changes · master
Enhancements to existing features
Spreadsheet charts now include an option to hide individual point markers on line and combo charts. This makes charts with many data points easier to read by reducing visual clutter.
Resolved issues and error corrections
The barcode manufacturing workflow no longer errors when users run quality checks during immediate production. This helps manufacturing teams complete quality controls reliably from the barcode app without interrupting production processing.
Original PR description
*: quality_control, quality_mrp Issue Before This Commit ======================== The barcode application for the 'Manufacturing' operation type triggered an error when attempting to perform a quality check during immediate productions. Steps to Produce: ================= - Create a new product (with or without a BoM, both scenarios are valid). - Set up a quality point for the product with operation set to 'Manufacture' and control per 'product'. - Open the barcode application and create a new Manufacturing Order (MO). - Scan the newly created product or use the "+ Add Product" option. - Click the "+1" button to indicate the product has been manufactured. - Click the "Quality Checks" button. With this commit, Quality Checks can now be successfully performed during immediate productions. Task: [4502322](https://www.odoo.com/odoo/my-tasks/4502322)
Kenya payroll calculations now include NSSF contributions when applying the pension contribution cap for taxes. This helps payroll tax calculations stay aligned with Kenyan legal requirements and reduces the risk of incorrect tax amounts.
Original PR description
- we have to align to KE law by including the NSSF amount in the contribution cap calculations for taxes Task: 4720126