Skip to Content
Меню
Вам необхідно зареєструватися, щоб взаємодіяти зі спільнотою.
Це запитання позначене
1 Відповісти
4506 Переглядів

If I create a separate filter for the domain and the group by, they work fine. But I want the user to be able to select both of them from the same click.

I am trying to create the following filter

<filter name="En Route"
domain="[('delivery_state', '=', 'en_route')]"
context="{'group_by': 'vehicle_id'}"/>

When I do this, Odoo ignores the domain and only creates a group by filter.

Аватар
Відмінити
Найкраща відповідь

You need to create a custom filter via record. Check out xmlid filter_invoice_refund for more info.

Аватар
Відмінити
Related Posts Відповіді Переглядів Дія
2
січ. 23
3566
0
трав. 16
3346
0
трав. 23
2718
2
вер. 16
7935
1
лип. 15
4647