Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
2 Odpowiedzi
4171 Widoki

Hello.

If I filter on a one2many field to exclude one value, is the filter apply if the excluded value is not the only value of the field?

Some context:

I got a model A with a one2many field linked to the model B.

On the TreeView of the model A, I want to apply a filter to exclude each instances of model A with a link to a specific instance of model B. The domain of the filter I tried is: [('myfield.year','!=','2018')]. As `myfield` is a one2many, an instance of model A can be linked to many years.

The problem:

It work when model A had only one link to an instance of the model B, the one I want to exclude. But if an instance of model A got many link to instances of model B, with one is the one I want to exclude, the instance of model 1 still shown on the view.

Example: If one instance of model A is only linked to 2018, it is filtered. But if it is linked to 2017 and 2018, the instance of model A is not filtered

Thx for your help

Odoo version: 8.0

Awatar
Odrzuć
Najlepsza odpowiedź

I suggest you create a dynamic domain in python instead of xml. This allows you to have a better grip on the domain
Check the following links:
https://www.odoo.com/forum/help-1/question/using-function-in-domain-filter-38562
https://www.odoo.com/forum/help-1/question/odoo-11-field-with-domain-function-131942

Awatar
Odrzuć
Autor Najlepsza odpowiedź

Hi bidjo,

Have you an example of code for a dynamic domain in python?

I can't find anything in the Odoo documentation

Awatar
Odrzuć
Powiązane posty Odpowiedzi Widoki Czynność
0
paź 16
4274
6
sie 15
8655
1
sty 24
1925
1
sie 23
23511
0
cze 21
2724