mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
[IMP] stock_request_purchase: Change invisible attr of the action_view_stock_request action of purchase.order
TT43297
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user