Skip to Content
Meniu
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
Această întrebare a fost marcată
1 Răspunde
5208 Vizualizări

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?

Imagine profil
Abandonează
Autor Cel mai bun răspuns

I've created a filter with child_of operator:

<filter string="Pack" domain="[('categ_id','child_of',5)]"/>

Where 5 is the "Pack" id.

Imagine profil
Abandonează

I tried this, but had no luck.

Related Posts Răspunsuri Vizualizări Activitate
0
mar. 15
3313
4
aug. 25
3077
1
ian. 25
4163
4
feb. 24
12873
4
dec. 22
9630