Friday, January 17, 2025
2 changes
1 change
Enhancements to existing features
Barcode inventory screens now show lot and serial number properties directly and let users open the related lot record from the form. The Inventory Count action has also been moved under Operations, making the main barcode menu cleaner and better organized.
Original PR description
Makes 2 minor changes about quant/stock move line barcode form view : - Display lot/serial number properties (add a related field for that in `stock.move.line`;) - Add link `lot_id` field to open it. Also, moves the "Inventory Count" button under the "Operations" button in the Barcode app main menu. [task-4072268](https://www.odoo.com/odoo/project.task/4072268)
1 change
Enhancements to existing features
When an invoice report is misconfigured, users now see a clear error message instead of a technical crash. This helps administrators quickly identify that no invoice report is configured in the database and resolve the setup issue.
Original PR description
Problem --------- When you use a Invoice report with the checkbox "Invoice report" unselected (misconfiguration), you get a traceback. Objective --------- Replace it with an error message instead, saying there's no invoice report configured in the database. Solution --------- Turn the asserts into a if condition that raises a user error. task-4421065 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr