Hello dear community,
In the product overview in the warehouse of Odoo V17, it is possible to categorise by product template tags.
Surely it must be possible to add this as a search function in the search bar so that it is displayed by default for all other employees. I have already looked at several blogs on this, as well as the Odoo documentation or simply asked this question via the AI. Unfortunately, no results so far.
Modify Condition
Match all of the following rules:
Product Template Tags > Product Templates > Name
contains
# Code Editor
[("product_tag_ids.product_template_ids.name", "ilike", "#")]
Can anyone help me who may have had the same problem and has a solution?