[FIX] stock_request_mrp: Change to the correct icon

TT44811
This commit is contained in:
Víctor Martínez
2023-09-08 18:19:19 +02:00
parent 2babf9c462
commit 874ee1403c
2 changed files with 2 additions and 2 deletions

View File

@@ -14,7 +14,7 @@
type="object" type="object"
name="action_view_mrp_production" name="action_view_mrp_production"
class="oe_stat_button" class="oe_stat_button"
icon="fa-truck" icon="fa-wrench"
attrs="{'invisible': [('production_count', '=', 0)]}" attrs="{'invisible': [('production_count', '=', 0)]}"
> >
<field name="production_count" widget="statinfo" string="MOs" /> <field name="production_count" widget="statinfo" string="MOs" />

View File

@@ -14,7 +14,7 @@
type="object" type="object"
name="action_view_mrp_production" name="action_view_mrp_production"
class="oe_stat_button" class="oe_stat_button"
icon="fa-truck" icon="fa-wrench"
attrs="{'invisible': [('production_count', '=', 0)]}" attrs="{'invisible': [('production_count', '=', 0)]}"
> >
<field name="production_count" widget="statinfo" string="MOs" /> <field name="production_count" widget="statinfo" string="MOs" />