mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
[IMP] stock_request_mrp: Change invisible attr of the action action_view_stock_request action of mrp.production
TT43297
This commit is contained in:
@@ -17,7 +17,7 @@
|
|||||||
name="action_view_stock_request"
|
name="action_view_stock_request"
|
||||||
class="oe_stat_button"
|
class="oe_stat_button"
|
||||||
icon="fa-chain"
|
icon="fa-chain"
|
||||||
attrs="{'invisible':[('stock_request_ids', '=', [])]}"
|
attrs="{'invisible':[('stock_request_count', '=', 0)]}"
|
||||||
>
|
>
|
||||||
<field
|
<field
|
||||||
name="stock_request_count"
|
name="stock_request_count"
|
||||||
|
|||||||
Reference in New Issue
Block a user