Skip to content

Fix syntax error in product search

Pelayo García requested to merge fix/product-search-fix into master

CHANGELOG:

### Fixed
- [#502](https://gitlab.com/coopdevs/odoo-somconnexio/-/merge_requests/502) Fix syntax error in product search

Fix error:

This domain is syntactically not correct: ['&', '|', ('showed_name', 'ilike', 'xxxx'), ('default_code', 'ilike', 'xxxx')]
Edited by Pelayo García

Merge request reports