Hello respective community! I am using Odoo 16 EE. I have a large range of products in the database, the search among them in Sales - Products works well.
What I ran into. When I try to compile a BOM (for the production of a complex product) and add BOM lines, the separate 'search view' opens (mrp. product. product. search ??), and the search in it does not work the way I need!
For example, I want to add the product ZH-100-1/2-0-SP to the BOM, and the components' search does not find it! If I enter full name or ZH, then such a product is not found. But if I enter 100-1/2 or 100, then the product is located together with other ones.
What should I do with this, is it a bug? Where to look, some kind of 'domain' / 'ilike' issues or something else?
Update.
What I've investigated: BOM search view uses product.product model while global product search view refers to product.template model.
Produc.product = Product variants. Go to Inventory->Products->Product Variants and see if you find your product. If you have created a variant, perhaps there is a mix up with the names?
Thank you Lars, it was a product.product 'domain' issue. When you search globally in sales, another model is involved, poduct.template. So I will keep this in mind now.