How to only show product of selected category and not the products of the child category?
example :
cat1 with subcat 2 and subcat3
when i click on cat1 i only want to see these products and not the products of subcat2 and subcat3.
thanks
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
How to only show product of selected category and not the products of the child category?
example :
cat1 with subcat 2 and subcat3
when i click on cat1 i only want to see these products and not the products of subcat2 and subcat3.
thanks
You can change the domain:
Currently it is using this domain :
[('public_categ_ids', 'child_of', int(category))]You have to use :[('public_categ_ids', '=', int(category))]Hello thanks for your quick answer.
i am relative new to the odoo scene.
i use odoo online. i dont know where i have to change the code. Can you help?
Thanks
| 相关帖文 | 回复 | 查看 | 活动 | |
|---|---|---|---|---|
|
2
11月 23
|
3537 | |||
|
0
7月 21
|
2598 | |||
|
3
8月 15
|
6881 | |||
|
1
3月 15
|
5718 | |||
|
1
1月 25
|
2678 |
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.
Hello thanks for your quick answer.
i am relative new to the odoo scene.
i use odoo online. i dont know where i have to change the code. Can you help?
Thanks