This is the same question like here but for the filter.
I want to create a sale report filter that show all product from a category "PACK" and all sub-categories "PACK/Hôtel" or "PACK/Restaurant".
How can I tell to filter function to do this?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
This is the same question like here but for the filter.
I want to create a sale report filter that show all product from a category "PACK" and all sub-categories "PACK/Hôtel" or "PACK/Restaurant".
How can I tell to filter function to do this?
I've created a filter with child_of operator:
<filter string="Pack" domain="[('categ_id','child_of',5)]"/>
Where 5 is the "Pack" id.
I tried this, but had no luck.
Cree una cuenta para poder utilizar funciones exclusivas e interactuar con la comunidad.
InscribirsePublicaciones relacionadas | Respuestas | Vistas | Actividad | |
---|---|---|---|---|
|
0
mar 15
|
3223 | ||
|
4
ago 25
|
2894 | ||
|
1
ene 25
|
3993 | ||
|
4
feb 24
|
12779 | ||
|
4
dic 22
|
9503 |