mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
[FIX] stock_request_mrp: Change to the correct icon
TT44811
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
type="object"
|
||||
name="action_view_mrp_production"
|
||||
class="oe_stat_button"
|
||||
icon="fa-truck"
|
||||
icon="fa-wrench"
|
||||
attrs="{'invisible': [('production_count', '=', 0)]}"
|
||||
>
|
||||
<field name="production_count" widget="statinfo" string="MOs" />
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
type="object"
|
||||
name="action_view_mrp_production"
|
||||
class="oe_stat_button"
|
||||
icon="fa-truck"
|
||||
icon="fa-wrench"
|
||||
attrs="{'invisible': [('production_count', '=', 0)]}"
|
||||
>
|
||||
<field name="production_count" widget="statinfo" string="MOs" />
|
||||
|
||||
Reference in New Issue
Block a user