-
- Downloads
[FIX] point_of_sale: search all fields when loading from database
Before this commit: when `Limited Products Loading` is enabled in
PoS settings, and `Load all remaining products in the background` is
disabled, the search bar only uses `name` to look for products to fetch
from database. This causes problem when for example the user is using
barcodes to identify products.
To fix this, the search domain should be expanded to include all of the
fields which are normally used when searching for products.
opw-3055960
closes odoo/odoo#105748
Signed-off-by:
Masereel Pierre <pim@odoo.com>