Wednesday, December 18, 2024
1 change · saas-17.2
Resolved issues and error corrections
Product searches in sales orders now work by product name as well as internal reference. This makes it easier for users to find the right products quickly and reduces search-related friction during order entry.
Original PR description
Version: saas-17.2 Before this fix, the `_name_search` method only supported searching by `default_code`. Issue: It seems to be an issue with product-wise searches in sales orders. Fix: Added `|` operator to the search domain for `name` in `_name_search`. This improves the product search functionality and ensures better user experience when searching for products. opw-4211232