partner_products_shortcut: don't use truck logo for something that doesn't point to a picking, use list logo instead
This commit is contained in:
@@ -15,7 +15,7 @@
|
|||||||
<div name="button_box" position="inside">
|
<div name="button_box" position="inside">
|
||||||
<button class="oe_inline oe_stat_button" type="object"
|
<button class="oe_inline oe_stat_button" type="object"
|
||||||
name="show_supplied_products"
|
name="show_supplied_products"
|
||||||
icon="fa-truck"
|
icon="fa-list"
|
||||||
attrs="{'invisible': [('supplier', '=', False)]}">
|
attrs="{'invisible': [('supplier', '=', False)]}">
|
||||||
<field string="Products Supplied" name="product_supplied_count"
|
<field string="Products Supplied" name="product_supplied_count"
|
||||||
widget="statinfo"/>
|
widget="statinfo"/>
|
||||||
|
|||||||
Reference in New Issue
Block a user