Browse Source

[FIX] use existing field for cooperator type + [CLEAN] hide useless tab for physical person

pull/105/head
Thibault Francois 7 years ago
committed by Elouan
parent
commit
e4207c5af4
  1. 2
      beesdoo_shift/views/cooperative_status.xml

2
beesdoo_shift/views/cooperative_status.xml

@ -8,7 +8,7 @@
<header>
<button name="coop_subscribe" string="Subscribe to shift" class="oe_highlight"
type="object" groups="beesdoo_shift.group_shift_management"
attrs="{'invisible': [('share_type', '!=', 'share_a')]}"/>
attrs="{'invisible': [('cooperator_type', '!=', 'share_a')]}"/>
</header>
</xpath>
<page name="work" position="inside">

Loading…
Cancel
Save