Daily updates from Odoo
Monday, July 31, 2023
2 changes · master
Resolved issues and error corrections
Grouped list views inserted into spreadsheets now use the actual number of list records, not just the number of visible groups. This prevents incomplete spreadsheet inserts and gives users a more accurate default result when exporting grouped data.
Original PR description
…upBy When a list view has a groupBy and is inserted in a spreadsheet, the default number of elements in the inserted list was the number of groups instead of the number of elements in the list. Task: [3422667](https://www.odoo.com/web#id=3422667&cids=1&menu_id=4720&action=333&active_id=2328&model=project.task&view_type=form)
The Shop Floor no longer crashes when registering production for manufacturing orders involving uniquely serialized products. Users can also add and open components in the manufacturing order flow without errors, with the expected popup shown instead.
Original PR description
Before this commit ================== In Shop floor "Register Production" button throws an error after creating a product with a unique serial number and associated MO. Additionally, adding a component within the MO also triggers an error. Steps to Produce ================= - Create a product with tracking. - Create a MO for that product and confirm it. - Bug 1: Click on "Register Production" button in the shop floor for that MO. - Bug 2: add a component and click on that component in the shop floor for that MO. After this commit ================= With this commit "Register Production" button works smoothly for products with unique serial numbers and their associated MO. Additionally, the issue with adding components within the MO has been resolved and user will get popup.