Monday, January 13, 2025
2 changes · saas-17.4
Resolved issues and error corrections
French invoices now show the correct operation type when billing service products, instead of incorrectly labeling them as goods deliveries. This helps ensure printed and sent invoices match the nature of the sale and reduces confusion for customers and accounting teams.
Original PR description
**Issue:**
- The operation type in the invoice is incorrect. It is displayed as 'Goods Delivery' even when the invoiced product is a service.
**Steps to reproduce:**
- Create an invoice for a service product.
- Validate the invoice and Send & Print it.
- Notice the attached invoice has the wrong operation type.
**Solution:**
- The solution is to implement an onchange method that dynamically
assigns the correct tax when creating a product, based on the selected type.
opw-4227230
---
I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-prA bug was fixed that could prevent users from opening an order from the Point of Sale order list. This helps cashiers and sales staff access existing orders reliably without encountering an error.
Original PR description
Before this commit, selecting an order from the order list and attempting to load it would result in an error. opw-4251717 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr