Pular para o conteúdo
Menu
Esta pergunta foi sinalizada
2 Respostas
4920 Visualizações

How would I filter the lot search view

stock.search_product_lot_filter

, so it would only display lots that have product with qty > 0?

Avatar
Cancelar
Melhor resposta

Try creating user-defined filter with domain [["quant_ids.quantity",">",0]]

Avatar
Cancelar
Melhor resposta

Hello

try like below filter

<filter name="qty" string="Qty" domain="[('quant_ids.quantity', '&gt;', 0.0)]"/>

Thanks

Avatar
Cancelar
Publicações relacionadas Respostas Visualizações Atividade
1
set. 18
4967
1
mai. 18
4236
1
set. 23
1578
9
jun. 23
13714
2
jan. 22
4339