mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
@@ -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" />
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
type="object"
|
||||
name="action_view_purchase"
|
||||
class="oe_stat_button"
|
||||
icon="fa-truck"
|
||||
icon="fa-credit-card"
|
||||
attrs="{'invisible': [('purchase_count', '=', 0)]}"
|
||||
>
|
||||
<field name="purchase_count" widget="statinfo" string="Purchase" />
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
type="object"
|
||||
name="action_view_purchase"
|
||||
class="oe_stat_button"
|
||||
icon="fa-truck"
|
||||
icon="fa-credit-card"
|
||||
attrs="{'invisible': [('purchase_count', '=', 0)]}"
|
||||
>
|
||||
<field name="purchase_count" widget="statinfo" string="Purchase" />
|
||||
|
||||
Reference in New Issue
Block a user