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

Hello my friends;

I have an action type ir.actions.act_window. I have some data values to pass to a field through  context.

I do not know if default values are juste giving with active_id or some like default for char or integer.

My field is many2many.

I have tried this but it is not working.

{'default_delivery_types':record.carrier_id.id}

Need Your help please.

Thanks a lot in advance.

Best regards.

Awatar
Odrzuć

How to use context: https://goo.gl/XXg5D3

Najlepsza odpowiedź

For many2many (X2many) field you have to pass a list of ids which you want to set/link by default while creating a new record

so try

​{'default_delivery_types': [record.carrier_id.id]}

Awatar
Odrzuć
Powiązane posty Odpowiedzi Widoki Czynność
1
lut 22
2191
3
cze 19
7176
1
mar 24
2801
1
sty 25
1370
2
gru 23
14758