|
@ -52,7 +52,6 @@ |
|
|
<xpath expr="//div[@name='button_box']" position="inside"> |
|
|
<xpath expr="//div[@name='button_box']" position="inside"> |
|
|
<button name="%(action_stock_picking_agreement_specific)d" |
|
|
<button name="%(action_stock_picking_agreement_specific)d" |
|
|
type="action" |
|
|
type="action" |
|
|
attrs="{'invisible': [('picking_count', '=', 0)]}" |
|
|
|
|
|
class="oe_stat_button" icon="fa-truck"> |
|
|
class="oe_stat_button" icon="fa-truck"> |
|
|
<div class="o_field_widget o_stat_info"> |
|
|
<div class="o_field_widget o_stat_info"> |
|
|
<span class="o_stat_value"> |
|
|
<span class="o_stat_value"> |
|
@ -64,7 +63,6 @@ |
|
|
</button> |
|
|
</button> |
|
|
<button name="%(action_stock_move_agreement_specific)d" |
|
|
<button name="%(action_stock_move_agreement_specific)d" |
|
|
type="action" |
|
|
type="action" |
|
|
attrs="{'invisible': [('move_count', '=', 0)]}" |
|
|
|
|
|
class="oe_stat_button" icon="fa-arrows-v"> |
|
|
class="oe_stat_button" icon="fa-arrows-v"> |
|
|
<div class="o_field_widget o_stat_info"> |
|
|
<div class="o_field_widget o_stat_info"> |
|
|
<span class="o_stat_value"> |
|
|
<span class="o_stat_value"> |
|
@ -76,7 +74,6 @@ |
|
|
</button> |
|
|
</button> |
|
|
<button name="%(action_stock_production_lot_agreement_specific)d" |
|
|
<button name="%(action_stock_production_lot_agreement_specific)d" |
|
|
type="action" |
|
|
type="action" |
|
|
attrs="{'invisible': [('lot_count', '=', 0)]}" |
|
|
|
|
|
class="oe_stat_button" icon="fa-arrows"> |
|
|
class="oe_stat_button" icon="fa-arrows"> |
|
|
<div class="o_field_widget o_stat_info"> |
|
|
<div class="o_field_widget o_stat_info"> |
|
|
<span class="o_stat_value"> |
|
|
<span class="o_stat_value"> |
|
|