Browse Source

[FIX] Change naming of button on planning to avoid confusion

pull/105/head
Thibault Francois 7 years ago
committed by Elouan
parent
commit
da447c4afb
  1. 4
      beesdoo_shift/views/planning.xml

4
beesdoo_shift/views/planning.xml

@ -37,7 +37,7 @@
<div class="oe_button_box" name="button_box">
<button class="oe_stat_button" type="action"
name="%(action_shift_template)d" icon="fa-book"
string="Shifts">
string="Shifts Template">
<!-- <field string="Ventes" name="sale_order_count"
widget="statinfo" modifiers="{'readonly': true}"/> -->
</button>
@ -63,7 +63,7 @@
<tree>
<field name="name" />
<button type="action" name="%(action_shift_template)d"
string="Shifts" />
string="Shifts Template" />
</tree>
</field>
</record>

Loading…
Cancel
Save