Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
2 Risposte
3759 Visualizzazioni

Is there a way to add domain on one2many field? So far I am returning:

return {

      'domain':{

          'mrp_stock_line_ids':[('id','=',product_id)]

      }

}


but it is not doing anything, also I get no error.



Avatar
Abbandona

Hi dean , please describe your method clearly so we can solve your problem if we know

Risposta migliore

. you are setting domain on mrp_stock_line_ids field, and want to show (line) id = product_id... .try
[('product_id','=',product_id)]  for a domin...
(guess you want to show only lines wich has selected product... )

Avatar
Abbandona
Post correlati Risposte Visualizzazioni Attività
1
giu 15
4194
0
set 24
1327
2
mag 24
9394
1
apr 23
5267
7
apr 23
19286