Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
1 Rispondi
2875 Visualizzazioni

The stock move screen is the same when it is a move for an incoming shipment or a delivery order 

is there a way to differentiate the screen , like I would like to hide some fileds when it is a move for an incoming shipment and show them when it is for a delivery order .

 

Avatar
Abbandona
Risposta migliore

Add the following attribute to the fields: attrs="{'invisible': [('picking_id.type', '=', 'in')]}"

Avatar
Abbandona
Autore

thank you very much