[IMP] stock_request_mrp: Change invisible attr of the action action_view_stock_request action of mrp.production

TT43297
This commit is contained in:
Víctor Martínez
2023-08-28 10:14:42 +02:00
parent 88bd31ac0e
commit 17f99538d4

View File

@@ -17,7 +17,7 @@
name="action_view_stock_request"
class="oe_stat_button"
icon="fa-chain"
attrs="{'invisible':[('stock_request_ids', '=', [])]}"
attrs="{'invisible':[('stock_request_count', '=', 0)]}"
>
<field
name="stock_request_count"