跳至内容
菜单
此问题已终结
2 回复
4891 查看

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?

形象
丢弃
最佳答案

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

形象
丢弃
最佳答案

Hello

try like below filter

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

Thanks

形象
丢弃
相关帖文 回复 查看 活动
1
9月 18
4888
1
5月 18
4220
1
9月 23
1503
9
6月 23
13588
2
1月 22
4253